Shades of Royal Blue #417EFF
Tints of Royal Blue #417EFF
RGB
CMYK
RGB Variations
Color information
#417EFF (or 0x417EFF) is known color: Royal Blue. HEX triplet: 41, 7E and FF. RGB value is (65,126,255). Sum of RGB (Red+Green+Blue) = 65+126+255=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #417EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EFF is #BE8100. Grayscale: #797979. Windows color (decimal): -12484865 or 16744001. OLE color: 16744001.
HSL color Cylindrical-coordinate representation of color #417EFF: hue angle of 220.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #417EFF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 126 | 255 | - |
| CMYK | 0.75 | 0.51 | 0 | 0 |
| HSL | 220.74º | 1% | 0.63% | - |
| HSV(B) | 220.74º | 0.75% | 1% | - |
| XYZ | 27.69 | 23.27 | 97.64 | - |
| YUV | 122.47 | 202.79 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 255 | 0.75 | 0.51 | 0 | 0 | 220.74 | 1 | 0.63 |
| Hex | 41 | 7E | FF | 4B | 33 | 0 | 0 | DD | 64 | 3F |
| Octal | 101 | 176 | 377 | 113 | 63 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000001 | 1111110 | 11111111 | 1001011 | 110011 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #417EFF
Complementary color
Monochromatic Colors of #417EFF
Black with #417EFF
Text Example
Text Example
White with #417EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EFF; }
p { color: rgb(65,126,255); }
H1.HeaderClassName
{
color: #417EFF;
}
.AnyTagClassName
{
color: #417EFF;
}
</style>
background-color css
<style>
a { background-color: #417EFF; }
a { background-color: rgb(65,126,255); }
div.DivClassName
{
background-color: #417EFF;
}
.BgClassName
{
background-color: #417EFF;
}
</style>
border-color css
<style>
span { border-color: #417EFF; }
span { border-color: rgb(65,126,255); }
td.TdClassName
{
border-color: #417EFF;
}
.TagClassName
{
border-color: #417EFF;
}
</style>