#4283DB
A medium, moderate blue closely aligning with Cornflowerblue.
About #4283DB
Visually, #4283DB is defined as a moderate blue. It is closely associated with the named CSS color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 131, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 70% C, 40% M, 0% Y, and 14% K. With a hue angle of 214.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4283DB
RGB66, 131, 219
HSL214.5°, 68.0%, 55.9%
CMYK70%, 40%, 0%, 14%
HSV214.5°, 69.9%, 85.9%
LAB54.6, 8.1, -51.1
XYZ23.1, 22.5, 70.1
Decimal4359131
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4283DB;
}
.text-color {
color: #4283DB;
}
.border-color {
border: 2px solid #4283DB;
}