#001DF0
A medium, vivid blue closely aligning with Mediumblue.
About #001DF0
When working with digital screens, the color #001DF0 is rendered by mixing light. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 29, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 88% M, 0% Y, and 6% K. With a hue angle of 232.8 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#001DF0
RGB0, 29, 240
HSL232.8°, 100.0%, 47.1%
CMYK100%, 88%, 0%, 6%
HSV232.8°, 100.0%, 94.1%
LAB32.2, 69.3, -99.6
XYZ16.2, 7.2, 83.0
Decimal7664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.63:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.25:1
Text on #F8FAFC
AAA
2.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #001DF0;
}
.text-color {
color: #001DF0;
}
.border-color {
border: 2px solid #001DF0;
}