What is the HSL code for dusky blue?
The CSS color dusky blue in HSL format is hsl(221.3, 35.2%, 42.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use dusky blue in CSS?
To apply dusky blue in CSS:
- Text color: color: hsl(221.3, 35.2%, 42.9%);
- Background: background-color: hsl(221.3, 35.2%, 42.9%);
- Border: border-color: hsl(221.3, 35.2%, 42.9%);
What are all the color format values for dusky blue?
| Format | Value |
|---|---|
| HEX | #475f94 |
| RGB | rgb(71, 95, 148) |
| HSL | hsl(221.3, 35.2%, 42.9%) |
| CMYK | cmyk(52%, 35.8%, 0%, 42%) |
How do I convert dusky blue to HSL?
Select dusky blue from the color name list in our color converter. The HSL value — hsl(221.3, 35.2%, 42.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusky blue belong to?
dusky blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 221.3°, saturation 35.2%, lightness 42.9%.
How do I create lighter and darker shades of dusky blue?
Lighter variant (lightness 57.9%): #6e85b9. Darker variant (lightness 27.9%): #2e3e60. 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.