#0007E9
A medium, vivid blue closely aligning with Blue.
About #0007E9
The precise color #0007E9 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 7, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 97% Magenta, 0% Yellow, and 9% Black. The HSL representation is 238.2° hue, 100.0% saturation, and 45.7% lightness.
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#0007E9
RGB0, 7, 233
HSL238.2°, 100.0%, 45.7%
CMYK100%, 97%, 0%, 9%
HSV238.2°, 100.0%, 91.4%
LAB29.5, 72.8, -100.1
XYZ14.8, 6.0, 77.5
Decimal2025
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.52:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.09:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0007E9;
}
.text-color {
color: #0007E9;
}
.border-color {
border: 2px solid #0007E9;
}