#0007FF
A medium, vivid blue closely aligning with Blue.
About #0007FF
When working with digital screens, the color #0007FF is rendered by mixing light. Designers often compare it to the standard color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 7, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 97% Magenta, 0% Yellow, and 0% Black. With a hue angle of 238.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0007FF
RGB0, 7, 255
HSL238.4°, 100.0%, 50.0%
CMYK100%, 97%, 0%, 0%
HSV238.4°, 100.0%, 100.0%
LAB32.6, 78.1, -107.3
XYZ18.1, 7.4, 95.1
Decimal2047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.49:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.11:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0007FF;
}
.text-color {
color: #0007FF;
}
.border-color {
border: 2px solid #0007FF;
}