Shades of Royal Blue #417EE2
Tints of Royal Blue #417EE2
RGB
CMYK
RGB Variations
Color information
#417EE2 (or 0x417EE2) is known color: Royal Blue. HEX triplet: 41, 7E and E2. RGB value is (65,126,226). Sum of RGB (Red+Green+Blue) = 65+126+226=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 226 (88.67% from 255 or 54.20% from 417); Max value from RGB is 226 - color contains mainly: blue. Hex color #417EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EE2 is #BE811D. Grayscale: #767676. Windows color (decimal): -12484894 or 14843457. OLE color: 14843457.
HSL color Cylindrical-coordinate representation of color #417EE2: hue angle of 217.27º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #417EE2 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 65 | 126 | 226 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.11 |
| HSL | 217.27º | 0.74% | 0.57% | - |
| HSV(B) | 217.27º | 0.71% | 0.89% | - |
| XYZ | 23.37 | 21.54 | 74.88 | - |
| YUV | 119.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 226 | 0.71 | 0.44 | 0 | 0.11 | 217.27 | 0.74 | 0.57 |
| Hex | 41 | 7E | E2 | 47 | 2C | 0 | B | D9 | 4A | 39 |
| Octal | 101 | 176 | 342 | 107 | 54 | 0 | 13 | 331 | 112 | 71 |
| Binary | 1000001 | 1111110 | 11100010 | 1000111 | 101100 | 0 | 1011 | 11011001 | 1001010 | 111001 |
Color Harmonies of #417EE2
Complementary color
Monochromatic Colors of #417EE2
Black with #417EE2
Text Example
Text Example
White with #417EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EE2; }
p { color: rgb(65,126,226); }
H1.HeaderClassName
{
color: #417EE2;
}
.AnyTagClassName
{
color: #417EE2;
}
</style>
background-color css
<style>
a { background-color: #417EE2; }
a { background-color: rgb(65,126,226); }
div.DivClassName
{
background-color: #417EE2;
}
.BgClassName
{
background-color: #417EE2;
}
</style>
border-color css
<style>
span { border-color: #417EE2; }
span { border-color: rgb(65,126,226); }
td.TdClassName
{
border-color: #417EE2;
}
.TagClassName
{
border-color: #417EE2;
}
</style>