#0700E9
A medium, vivid blue closely aligning with Blue.
About #0700E9
At its core, #0700E9 is a medium and vivid hue. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(7, 0, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 97% C, 100% M, 0% Y, and 9% K. With a hue angle of 241.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#0700E9
RGB7, 0, 233
HSL241.8°, 100.0%, 45.7%
CMYK97%, 100%, 0%, 9%
HSV241.8°, 100.0%, 91.4%
LAB29.2, 74.0, -100.6
XYZ14.8, 5.9, 77.5
Decimal458985
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.61:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.18:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700E9;
}
.text-color {
color: #0700E9;
}
.border-color {
border: 2px solid #0700E9;
}