#0007CC
A medium, vivid blue closely aligning with Mediumblue.
About #0007CC
At its core, #0007CC is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 0 parts red, 7 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 97% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0007CC
RGB0, 7, 204
HSL237.9°, 100.0%, 40.0%
CMYK100%, 97%, 0%, 20%
HSV237.9°, 100.0%, 80.0%
LAB25.3, 65.5, -90.4
XYZ11.0, 4.5, 57.4
Decimal1996
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.04:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.55:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0007CC;
}
.text-color {
color: #0007CC;
}
.border-color {
border: 2px solid #0007CC;
}