What is the HEX code for true blue?
The CSS color true blue in HEX format is #010fcc. Use this value directly in CSS, SVG, and most design tools.
How do I use true blue in CSS?
To apply true blue in CSS:
- Text color: color: #010fcc;
- Background: background-color: #010fcc;
- Border: border-color: #010fcc;
What are all the color format values for true blue?
| Format | Value |
|---|---|
| HEX | #010fcc |
| RGB | rgb(1, 15, 204) |
| HSL | hsl(235.9, 99%, 40.2%) |
| CMYK | cmyk(99.5%, 92.6%, 0%, 20%) |
How do I convert true blue to HEX?
Select true blue from the color name list in our color converter. The HEX value — #010fcc — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does true blue belong to?
true blue belongs to the blue color family. It is a medium, vivid color with HSL values: hue 235.9°, saturation 99%, lightness 40.2%.
How do I create lighter and darker shades of true blue?
Lighter variant (lightness 55.2%): #1c2bfe. Darker variant (lightness 25.200000000000003%): #010980. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.