What is the HSL code for warm blue?
The CSS color warm blue in HSL format is hsl(235, 66.7%, 57.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use warm blue in CSS?
To apply warm blue in CSS:
- Text color: color: hsl(235, 66.7%, 57.6%);
- Background: background-color: hsl(235, 66.7%, 57.6%);
- Border: border-color: hsl(235, 66.7%, 57.6%);
What are all the color format values for warm blue?
| Format | Value |
|---|---|
| HEX | #4b57db |
| RGB | rgb(75, 87, 219) |
| HSL | hsl(235, 66.7%, 57.6%) |
| CMYK | cmyk(65.8%, 60.3%, 0%, 14.1%) |
How do I convert warm blue to HSL?
Select warm blue from the color name list in our color converter. The HSL value — hsl(235, 66.7%, 57.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does warm blue belong to?
warm blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 235°, saturation 66.7%, lightness 57.6%.
How do I create lighter and darker shades of warm blue?
Lighter variant (lightness 72.6%): #8b92e8. Darker variant (lightness 42.6%): #2430b5. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.