#4299F8
A light, vivid blue closely aligning with Cornflowerblue.
About #4299F8
When working with digital screens, the color #4299F8 is rendered by mixing light. Its closest recognized web color is Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 153, and 248.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 73% C, 38% M, 0% Y, and 3% K. With a hue angle of 211.3 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4299F8
RGB66, 153, 248
HSL211.3°, 92.9%, 61.6%
CMYK73%, 38%, 0%, 3%
HSV211.3°, 73.4%, 97.3%
LAB62.3, 5.3, -54.9
XYZ30.6, 30.7, 93.1
Decimal4364792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4299F8;
}
.text-color {
color: #4299F8;
}
.border-color {
border: 2px solid #4299F8;
}