#4283F0
A light, vivid blue closely aligning with Dodgerblue.
About #4283F0
Visually, #4283F0 is defined as a vivid blue. It is closely associated with the named CSS color Dodgerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 131, and 240.
If you are designing for print, the four-color process is what matters most. The color uses 72% Cyan, 45% Magenta, 0% Yellow, and 6% Black. With a hue angle of 217.6 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4283F0
RGB66, 131, 240
HSL217.6°, 85.3%, 60.0%
CMYK72%, 45%, 0%, 6%
HSV217.6°, 72.5%, 94.1%
LAB55.8, 15.6, -60.9
XYZ26.1, 23.7, 85.6
Decimal4359152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4283F0;
}
.text-color {
color: #4283F0;
}
.border-color {
border: 2px solid #4283F0;
}