What is the HEX code for dark sky blue?
The CSS color dark sky blue in HEX format is #448ee4. Use this value directly in CSS, SVG, and most design tools.
How do I use dark sky blue in CSS?
To apply dark sky blue in CSS:
- Text color: color: #448ee4;
- Background: background-color: #448ee4;
- Border: border-color: #448ee4;
What are all the color format values for dark sky blue?
| Format | Value |
|---|---|
| HEX | #448ee4 |
| RGB | rgb(68, 142, 228) |
| HSL | hsl(212.3, 74.8%, 58%) |
| CMYK | cmyk(70.2%, 37.7%, 0%, 10.6%) |
How do I convert dark sky blue to HEX?
Select dark sky blue from the color name list in our color converter. The HEX value — #448ee4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark sky blue belong to?
dark sky blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 212.3°, saturation 74.8%, lightness 58%.
How do I create lighter and darker shades of dark sky blue?
Lighter variant (lightness 73%): #87b6ee. Darker variant (lightness 43%): #1c67c0. 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.