What is the CMYK code for off blue?
The CSS color off blue in CMYK format is cmyk(50.6%, 24.1%, 0%, 31.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use off blue in CSS?
To apply off blue in CSS:
- Text color: color: cmyk(50.6%, 24.1%, 0%, 31.8%);
- Background: background-color: cmyk(50.6%, 24.1%, 0%, 31.8%);
- Border: border-color: cmyk(50.6%, 24.1%, 0%, 31.8%);
What are all the color format values for off blue?
| Format | Value |
|---|---|
| HEX | #5684ae |
| RGB | rgb(86, 132, 174) |
| HSL | hsl(208.6, 35.2%, 51%) |
| CMYK | cmyk(50.6%, 24.1%, 0%, 31.8%) |
How do I convert off blue to CMYK?
Select off blue from the color name list in our color converter. The CMYK value — cmyk(50.6%, 24.1%, 0%, 31.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does off blue belong to?
off blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.6°, saturation 35.2%, lightness 51%.
How do I create lighter and darker shades of off blue?
Lighter variant (lightness 66%): #8aaac7. Darker variant (lightness 36%): #3b5d7c. 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.