Shades of Royal Blue #417EE8
Tints of Royal Blue #417EE8
RGB
CMYK
RGB Variations
Color information
#417EE8 (or 0x417EE8) is known color: Royal Blue. HEX triplet: 41, 7E and E8. RGB value is (65,126,232). Sum of RGB (Red+Green+Blue) = 65+126+232=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #417EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EE8 is #BE8117. Grayscale: #777777. Windows color (decimal): -12484888 or 15236673. OLE color: 15236673.
HSL color Cylindrical-coordinate representation of color #417EE8: hue angle of 218.08º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417EE8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 126 | 232 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.09 |
| HSL | 218.08º | 0.78% | 0.58% | - |
| HSV(B) | 218.08º | 0.72% | 0.91% | - |
| XYZ | 24.21 | 21.87 | 79.29 | - |
| YUV | 119.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 232 | 0.72 | 0.46 | 0 | 0.09 | 218.08 | 0.78 | 0.58 |
| Hex | 41 | 7E | E8 | 48 | 2E | 0 | 9 | DA | 4E | 3A |
| Octal | 101 | 176 | 350 | 110 | 56 | 0 | 11 | 332 | 116 | 72 |
| Binary | 1000001 | 1111110 | 11101000 | 1001000 | 101110 | 0 | 1001 | 11011010 | 1001110 | 111010 |
Color Harmonies of #417EE8
Complementary color
Monochromatic Colors of #417EE8
Black with #417EE8
Text Example
Text Example
White with #417EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EE8; }
p { color: rgb(65,126,232); }
H1.HeaderClassName
{
color: #417EE8;
}
.AnyTagClassName
{
color: #417EE8;
}
</style>
background-color css
<style>
a { background-color: #417EE8; }
a { background-color: rgb(65,126,232); }
div.DivClassName
{
background-color: #417EE8;
}
.BgClassName
{
background-color: #417EE8;
}
</style>
border-color css
<style>
span { border-color: #417EE8; }
span { border-color: rgb(65,126,232); }
td.TdClassName
{
border-color: #417EE8;
}
.TagClassName
{
border-color: #417EE8;
}
</style>