#2CA0F0
A medium, vivid blue closely aligning with Cornflowerblue.
About #2CA0F0
When working with digital screens, the color #2CA0F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(44, 160, 240).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 82% cyan and 33% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2CA0F0
RGB44, 160, 240
HSL204.5°, 86.7%, 55.7%
CMYK82%, 33%, 0%, 6%
HSV204.5°, 81.7%, 94.1%
LAB63.3, -4.0, -48.9
XYZ29.3, 32.0, 87.1
Decimal2924784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA0F0;
}
.text-color {
color: #2CA0F0;
}
.border-color {
border: 2px solid #2CA0F0;
}