What is the CMYK code for warm blue?
The CSS color warm blue in CMYK format is cmyk(65.8%, 60.3%, 0%, 14.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use warm blue in CSS?
To apply warm blue in CSS:
- Text color: color: cmyk(65.8%, 60.3%, 0%, 14.1%);
- Background: background-color: cmyk(65.8%, 60.3%, 0%, 14.1%);
- Border: border-color: cmyk(65.8%, 60.3%, 0%, 14.1%);
What are all the color format values for warm blue?
| Format | Value |
|---|---|
| HEX | #4b57db |
| RGB | rgb(75, 87, 219) |
| HSL | hsl(235, 66.7%, 57.6%) |
| CMYK | cmyk(65.8%, 60.3%, 0%, 14.1%) |
How do I convert warm blue to CMYK?
Select warm blue from the color name list in our color converter. The CMYK value — cmyk(65.8%, 60.3%, 0%, 14.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does warm blue belong to?
warm blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 235°, saturation 66.7%, lightness 57.6%.
How do I create lighter and darker shades of warm blue?
Lighter variant (lightness 72.6%): #8b92e8. Darker variant (lightness 42.6%): #2430b5. 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.