#000FCC
A medium, vivid blue closely aligning with Mediumblue.
About #000FCC
The precise color #000FCC is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 0 red, 15 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 93% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000FCC
RGB0, 15, 204
HSL235.6°, 100.0%, 40.0%
CMYK100%, 93%, 0%, 20%
HSV235.6°, 100.0%, 80.0%
LAB25.9, 63.7, -89.4
XYZ11.1, 4.7, 57.5
Decimal4044
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.82:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.34:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FCC;
}
.text-color {
color: #000FCC;
}
.border-color {
border: 2px solid #000FCC;
}