#2C83E9
A medium, vivid blue closely aligning with Dodgerblue.
About #2C83E9
At its core, #2C83E9 is a medium and vivid hue. Its closest recognized web color is Dodgerblue. In the RGB color space, it consists of 44 red, 131 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 81% Cyan, 44% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C83E9
RGB44, 131, 233
HSL212.4°, 81.1%, 54.3%
CMYK81%, 44%, 0%, 9%
HSV212.4°, 81.1%, 91.4%
LAB54.7, 10.6, -58.7
XYZ23.9, 22.7, 80.2
Decimal2917353
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.53:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C83E9;
}
.text-color {
color: #2C83E9;
}
.border-color {
border: 2px solid #2C83E9;
}