Shades of Royal Blue #417EEC
Tints of Royal Blue #417EEC
RGB
CMYK
RGB Variations
Color information
#417EEC (or 0x417EEC) is known color: Royal Blue. HEX triplet: 41, 7E and EC. RGB value is (65,126,236). Sum of RGB (Red+Green+Blue) = 65+126+236=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #417EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EEC is #BE8113. Grayscale: #777777. Windows color (decimal): -12484884 or 15498817. OLE color: 15498817.
HSL color Cylindrical-coordinate representation of color #417EEC: hue angle of 218.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417EEC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 126 | 236 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.07 |
| HSL | 218.6º | 0.82% | 0.59% | - |
| HSV(B) | 218.6º | 0.72% | 0.93% | - |
| XYZ | 24.78 | 22.1 | 82.32 | - |
| YUV | 120.3 | 193.29 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 236 | 0.72 | 0.47 | 0 | 0.07 | 218.6 | 0.82 | 0.59 |
| Hex | 41 | 7E | EC | 48 | 2F | 0 | 7 | DB | 52 | 3B |
| Octal | 101 | 176 | 354 | 110 | 57 | 0 | 7 | 333 | 122 | 73 |
| Binary | 1000001 | 1111110 | 11101100 | 1001000 | 101111 | 0 | 111 | 11011011 | 1010010 | 111011 |
Color Harmonies of #417EEC
Complementary color
Monochromatic Colors of #417EEC
Black with #417EEC
Text Example
Text Example
White with #417EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EEC; }
p { color: rgb(65,126,236); }
H1.HeaderClassName
{
color: #417EEC;
}
.AnyTagClassName
{
color: #417EEC;
}
</style>
background-color css
<style>
a { background-color: #417EEC; }
a { background-color: rgb(65,126,236); }
div.DivClassName
{
background-color: #417EEC;
}
.BgClassName
{
background-color: #417EEC;
}
</style>
border-color css
<style>
span { border-color: #417EEC; }
span { border-color: rgb(65,126,236); }
td.TdClassName
{
border-color: #417EEC;
}
.TagClassName
{
border-color: #417EEC;
}
</style>