#002CD3
A medium, vivid blue closely aligning with Mediumblue.
About #002CD3
When working with digital screens, the color #002CD3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 0 red, 44 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 79% magenta inks. The HSL representation is 227.5° hue, 100.0% saturation, and 41.4% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#002CD3
RGB0, 44, 211
HSL227.5°, 100.0%, 41.4%
CMYK100%, 79%, 0%, 17%
HSV227.5°, 100.0%, 82.7%
LAB30.7, 54.3, -85.5
XYZ12.7, 6.5, 62.2
Decimal11475
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.13:1
Text on #FFFFFF
AAA
2.30:1
Text on #000000
FAIL
8.72:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002CD3;
}
.text-color {
color: #002CD3;
}
.border-color {
border: 2px solid #002CD3;
}