#0766F0
A medium, vivid blue closely aligning with Royalblue.
About #0766F0
The precise color #0766F0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. In the RGB color space, it consists of 7 red, 102 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 97% cyan and 57% magenta inks. The HSL representation is 215.5° hue, 94.3% saturation, and 48.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0766F0
RGB7, 102, 240
HSL215.5°, 94.3%, 48.4%
CMYK97%, 57%, 0%, 6%
HSV215.5°, 97.1%, 94.1%
LAB46.8, 29.7, -75.5
XYZ20.6, 15.8, 84.4
Decimal485104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.04:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.82:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0766F0;
}
.text-color {
color: #0766F0;
}
.border-color {
border: 2px solid #0766F0;
}