What is the CMYK code for dark sky blue?
The CSS color dark sky blue in CMYK format is cmyk(70.2%, 37.7%, 0%, 10.6%). 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: cmyk(70.2%, 37.7%, 0%, 10.6%);
- Background: background-color: cmyk(70.2%, 37.7%, 0%, 10.6%);
- Border: border-color: cmyk(70.2%, 37.7%, 0%, 10.6%);
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 CMYK?
Select dark sky blue from the color name list in our color converter. The CMYK value — cmyk(70.2%, 37.7%, 0%, 10.6%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.