#2C83F0
A medium, vivid blue closely aligning with Dodgerblue.
About #2C83F0
When working with digital screens, the color #2C83F0 is rendered by mixing light. Its closest recognized web color is Dodgerblue. This translates to an RGB value of rgb(44, 131, 240).
Translating this color to physical media requires the CMYK color model. The color uses 82% Cyan, 45% Magenta, 0% Yellow, and 6% Black. With a hue angle of 213.4 degrees, it sits comfortably in the blue spectrum.
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#2C83F0
RGB44, 131, 240
HSL213.4°, 86.7%, 55.7%
CMYK82%, 45%, 0%, 6%
HSV213.4°, 81.7%, 94.1%
LAB55.1, 13.2, -61.9
XYZ24.9, 23.1, 85.6
Decimal2917360
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.61:1
Text on #000000
AA
3.58:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C83F0;
}
.text-color {
color: #2C83F0;
}
.border-color {
border: 2px solid #2C83F0;
}