#2C7CDB
A medium, vivid blue closely aligning with Dodgerblue.
About #2C7CDB
At its core, #2C7CDB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Dodgerblue. Its digital footprint relies on 44 parts red, 124 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 43% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 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#2C7CDB
RGB44, 124, 219
HSL212.6°, 70.9%, 51.6%
CMYK80%, 43%, 0%, 14%
HSV212.6°, 79.9%, 85.9%
LAB51.9, 9.7, -55.3
XYZ21.0, 20.1, 69.8
Decimal2915547
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.19:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7CDB;
}
.text-color {
color: #2C7CDB;
}
.border-color {
border: 2px solid #2C7CDB;
}