What is the HEX code for dusk blue?
The CSS color dusk blue in HEX format is #26538d. Use this value directly in CSS, SVG, and most design tools.
How do I use dusk blue in CSS?
To apply dusk blue in CSS:
- Text color: color: #26538d;
- Background: background-color: #26538d;
- Border: border-color: #26538d;
What are all the color format values for dusk blue?
| Format | Value |
|---|---|
| HEX | #26538d |
| RGB | rgb(38, 83, 141) |
| HSL | hsl(213.8, 57.5%, 35.1%) |
| CMYK | cmyk(73%, 41.1%, 0%, 44.7%) |
How do I convert dusk blue to HEX?
Select dusk blue from the color name list in our color converter. The HEX value — #26538d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusk blue belong to?
dusk blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 213.8°, saturation 57.5%, lightness 35.1%.
How do I create lighter and darker shades of dusk blue?
Lighter variant (lightness 50.1%): #3776c9. Darker variant (lightness 20.1%): #163051. 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.