# Color.WithBlue

```csharp
Color WithBlue(float blue)
```

Returns this color with its blue value changed

### Parameters

- `blue` (`float`)

### Returns

`Color`

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
