#4275F8
A light, vivid blue closely aligning with Royalblue.
About #4275F8
When working with digital screens, the color #4275F8 is rendered by mixing light. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 66 red, 117 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 73% C, 53% M, 0% Y, and 3% K. With a hue angle of 223.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4275F8
RGB66, 117, 248
HSL223.2°, 92.9%, 61.6%
CMYK73%, 53%, 0%, 3%
HSV223.2°, 73.4%, 97.3%
LAB52.6, 27.1, -70.5
XYZ25.6, 20.7, 91.4
Decimal4355576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4275F8;
}
.text-color {
color: #4275F8;
}
.border-color {
border: 2px solid #4275F8;
}