#0007DB
A medium, vivid blue closely aligning with Mediumblue.
About #0007DB
The hex code #0007DB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 0 red, 7 green, and 219 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 97% M, 0% Y, and 14% K. The HSL representation is 238.1° hue, 100.0% saturation, and 42.9% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0007DB
RGB0, 7, 219
HSL238.1°, 100.0%, 42.9%
CMYK100%, 97%, 0%, 14%
HSV238.1°, 100.0%, 85.9%
LAB27.5, 69.3, -95.4
XYZ12.9, 5.3, 67.4
Decimal2011
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.23:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.78:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0007DB;
}
.text-color {
color: #0007DB;
}
.border-color {
border: 2px solid #0007DB;
}