#2C83E2
A medium, vivid blue closely aligning with Dodgerblue.
About #2C83E2
When working with digital screens, the color #2C83E2 is rendered by mixing light. It is closely associated with the named CSS color Dodgerblue. Its digital footprint relies on 44 parts red, 131 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 81% cyan, 42% magenta, 0% yellow, and 11% black. The HSL representation is 211.3° hue, 75.8% saturation, and 52.9% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C83E2
RGB44, 131, 226
HSL211.3°, 75.8%, 52.9%
CMYK81%, 42%, 0%, 11%
HSV211.3°, 80.5%, 88.6%
LAB54.3, 8.0, -55.5
XYZ22.9, 22.3, 75.0
Decimal2917346
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C83E2;
}
.text-color {
color: #2C83E2;
}
.border-color {
border: 2px solid #2C83E2;
}