Shades of Royal Blue #417EFE
Tints of Royal Blue #417EFE
RGB
CMYK
RGB Variations
Color information
#417EFE (or 0x417EFE) is known color: Royal Blue. HEX triplet: 41, 7E and FE. RGB value is (65,126,254). Sum of RGB (Red+Green+Blue) = 65+126+254=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #417EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EFE is #BE8101. Grayscale: #797979. Windows color (decimal): -12484866 or 16678465. OLE color: 16678465.
HSL color Cylindrical-coordinate representation of color #417EFE: hue angle of 220.63º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417EFE is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 126 | 254 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.00 |
| HSL | 220.63º | 0.99% | 0.63% | - |
| HSV(B) | 220.63º | 0.74% | 1% | - |
| XYZ | 27.53 | 23.2 | 96.79 | - |
| YUV | 122.35 | 202.29 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 254 | 0.74 | 0.50 | 0 | 0.00 | 220.63 | 0.99 | 0.63 |
| Hex | 41 | 7E | FE | 4A | 32 | 0 | 0 | DD | 63 | 3F |
| Octal | 101 | 176 | 376 | 112 | 62 | 0 | 0 | 335 | 143 | 77 |
| Binary | 1000001 | 1111110 | 11111110 | 1001010 | 110010 | 0 | 0 | 11011101 | 1100011 | 111111 |
Color Harmonies of #417EFE
Complementary color
Monochromatic Colors of #417EFE
Black with #417EFE
Text Example
Text Example
White with #417EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EFE; }
p { color: rgb(65,126,254); }
H1.HeaderClassName
{
color: #417EFE;
}
.AnyTagClassName
{
color: #417EFE;
}
</style>
background-color css
<style>
a { background-color: #417EFE; }
a { background-color: rgb(65,126,254); }
div.DivClassName
{
background-color: #417EFE;
}
.BgClassName
{
background-color: #417EFE;
}
</style>
border-color css
<style>
span { border-color: #417EFE; }
span { border-color: rgb(65,126,254); }
td.TdClassName
{
border-color: #417EFE;
}
.TagClassName
{
border-color: #417EFE;
}
</style>