What is the HEX code for dusky blue?
The CSS color dusky blue in HEX format is #475f94. 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: #475f94;
- Background: background-color: #475f94;
- Border: border-color: #475f94;
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 HEX?
Select dusky blue from the color name list in our color converter. The HEX value — #475f94 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.