What is the CMYK code for faded blue?
The CSS color faded blue in CMYK format is cmyk(46%, 25.1%, 0%, 26.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use faded blue in CSS?
To apply faded blue in CSS:
- Text color: color: cmyk(46%, 25.1%, 0%, 26.7%);
- Background: background-color: cmyk(46%, 25.1%, 0%, 26.7%);
- Border: border-color: cmyk(46%, 25.1%, 0%, 26.7%);
What are all the color format values for faded blue?
| Format | Value |
|---|---|
| HEX | #658cbb |
| RGB | rgb(101, 140, 187) |
| HSL | hsl(212.8, 38.7%, 56.5%) |
| CMYK | cmyk(46%, 25.1%, 0%, 26.7%) |
How do I convert faded blue to CMYK?
Select faded blue from the color name list in our color converter. The CMYK value — cmyk(46%, 25.1%, 0%, 26.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does faded blue belong to?
faded blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 212.8°, saturation 38.7%, lightness 56.5%.
How do I create lighter and darker shades of faded blue?
Lighter variant (lightness 71.5%): #9ab4d2. Darker variant (lightness 41.5%): #416693. 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.