#2C83DB
A medium, vivid blue closely aligning with Cornflowerblue.
About #2C83DB
When working with digital screens, the color #2C83DB is rendered by mixing light. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(44, 131, 219).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 40% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C83DB
RGB44, 131, 219
HSL210.2°, 70.9%, 51.6%
CMYK80%, 40%, 0%, 14%
HSV210.2°, 79.9%, 85.9%
LAB53.9, 5.4, -52.2
XYZ21.9, 21.9, 70.1
Decimal2917339
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C83DB;
}
.text-color {
color: #2C83DB;
}
.border-color {
border: 2px solid #2C83DB;
}