#020CB9
A dark, vivid blue closely aligning with Mediumblue.
About #020CB9
The hex code #020CB9 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(2, 12, 185).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 99% C, 94% M, 0% Y, and 27% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#020CB9
RGB2, 12, 185
HSL236.7°, 97.9%, 36.7%
CMYK99%, 94%, 0%, 27%
HSV236.7°, 98.9%, 72.5%
LAB22.9, 59.4, -83.1
XYZ8.9, 3.8, 46.2
Decimal134329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.96:1
Text on #FFFFFF
AAA
1.76:1
Text on #000000
FAIL
11.43:1
Text on #F8FAFC
AAA
1.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #020CB9;
}
.text-color {
color: #020CB9;
}
.border-color {
border: 2px solid #020CB9;
}