What is the CMYK code for steelblue?
The CSS color steelblue in CMYK format is cmyk(61.1%, 27.8%, 0%, 29.4%). Use this value directly in CSS, SVG, and most design tools.
How do I use steelblue in CSS?
To apply steelblue in CSS:
- Text color: color: cmyk(61.1%, 27.8%, 0%, 29.4%);
- Background: background-color: cmyk(61.1%, 27.8%, 0%, 29.4%);
- Border: border-color: cmyk(61.1%, 27.8%, 0%, 29.4%);
What are all the color format values for steelblue?
| Format | Value |
|---|---|
| HEX | #4682b4 |
| RGB | rgb(70, 130, 180) |
| HSL | hsl(207.3, 44%, 49%) |
| CMYK | cmyk(61.1%, 27.8%, 0%, 29.4%) |
How do I convert steelblue to CMYK?
Select steelblue from the color name list in our color converter. The CMYK value — cmyk(61.1%, 27.8%, 0%, 29.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does steelblue belong to?
steelblue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 207.3°, saturation 44%, lightness 49%.
How do I create lighter and darker shades of steelblue?
Lighter variant (lightness 64%): #7ba7cc. Darker variant (lightness 34%): #315a7d. 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.