#4266F0
A light, vivid blue closely aligning with Royalblue.
About #4266F0
At its core, #4266F0 is a light and vivid hue. Designers often compare it to the standard color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 66, 102, and 240.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 72% cyan, 57% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4266F0
RGB66, 102, 240
HSL227.6°, 85.3%, 60.0%
CMYK72%, 57%, 0%, 6%
HSV227.6°, 72.5%, 94.1%
LAB48.2, 33.6, -73.1
XYZ22.7, 17.0, 84.5
Decimal4351728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4266F0;
}
.text-color {
color: #4266F0;
}
.border-color {
border: 2px solid #4266F0;
}