#2C00BD
A dark, vivid blue closely aligning with Mediumblue.
About #2C00BD
At its core, #2C00BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. Its digital footprint relies on 44 parts red, 0 parts green, and 189 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 77% C, 100% M, 0% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C00BD
RGB44, 0, 189
HSL254.0°, 100.0%, 37.1%
CMYK77%, 100%, 0%, 26%
HSV254.0°, 100.0%, 74.1%
LAB24.4, 63.9, -83.1
XYZ10.2, 4.2, 48.4
Decimal2883773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.40:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.90:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00BD;
}
.text-color {
color: #2C00BD;
}
.border-color {
border: 2px solid #2C00BD;
}