#001DFF
A medium, vivid blue closely aligning with Blue.
About #001DFF
At its core, #001DFF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 0 red, 29 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 89% M, 0% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#001DFF
RGB0, 29, 255
HSL233.2°, 100.0%, 50.0%
CMYK100%, 89%, 0%, 0%
HSV233.2°, 100.0%, 100.0%
LAB34.2, 73.4, -104.7
XYZ18.5, 8.1, 95.2
Decimal7679
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.02:1
Text on #FFFFFF
AAA
2.62:1
Text on #000000
FAIL
7.66:1
Text on #F8FAFC
AAA
2.23:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DFF;
}
.text-color {
color: #001DFF;
}
.border-color {
border: 2px solid #001DFF;
}