#2C6DCC
A medium, moderate blue closely aligning with Dodgerblue.
About #2C6DCC
Visually, #2C6DCC is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(44, 109, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 78% Cyan, 47% Magenta, 0% Yellow, and 20% Black. With a hue angle of 215.6 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C6DCC
RGB44, 109, 204
HSL215.6°, 64.5%, 48.6%
CMYK78%, 47%, 0%, 20%
HSV215.6°, 78.4%, 80.0%
LAB46.8, 13.4, -55.1
XYZ17.4, 15.8, 59.3
Decimal2911692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.04:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.82:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C6DCC;
}
.text-color {
color: #2C6DCC;
}
.border-color {
border: 2px solid #2C6DCC;
}