#000FDB
A medium, vivid blue closely aligning with Mediumblue.
About #000FDB
At its core, #000FDB is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 0 red, 15 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 93% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
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#000FDB
RGB0, 15, 219
HSL235.9°, 100.0%, 42.9%
CMYK100%, 93%, 0%, 14%
HSV235.9°, 100.0%, 85.9%
LAB28.0, 67.7, -94.6
XYZ13.0, 5.5, 67.4
Decimal4059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.04:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.60:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FDB;
}
.text-color {
color: #000FDB;
}
.border-color {
border: 2px solid #000FDB;
}