#4283CC
A medium, moderate blue closely aligning with Cornflowerblue.
About #4283CC
At its core, #4283CC is a medium and moderate hue. It is closely associated with the named CSS color Cornflowerblue. In the RGB color space, it consists of 66 red, 131 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 68% Cyan, 36% Magenta, 0% Yellow, and 20% Black. With a hue angle of 211.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4283CC
RGB66, 131, 204
HSL211.7°, 57.5%, 52.9%
CMYK68%, 36%, 0%, 20%
HSV211.7°, 67.6%, 80.0%
LAB53.8, 2.8, -43.9
XYZ21.3, 21.8, 60.2
Decimal4359116
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4283CC;
}
.text-color {
color: #4283CC;
}
.border-color {
border: 2px solid #4283CC;
}