Shades of Royal Blue #417DFF
Tints of Royal Blue #417DFF
RGB
CMYK
RGB Variations
Color information
#417DFF (or 0x417DFF) is known color: Royal Blue. HEX triplet: 41, 7D and FF. RGB value is (65,125,255). Sum of RGB (Red+Green+Blue) = 65+125+255=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #417DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417DFF is #BE8200. Grayscale: #797979. Windows color (decimal): -12485121 or 16743745. OLE color: 16743745.
HSL color Cylindrical-coordinate representation of color #417DFF: hue angle of 221.05º 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 #417DFF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 125 | 255 | - |
| CMYK | 0.75 | 0.51 | 0 | 0 |
| HSL | 221.05º | 1% | 0.63% | - |
| HSV(B) | 221.05º | 0.75% | 1% | - |
| XYZ | 27.56 | 23.01 | 97.6 | - |
| YUV | 121.88 | 203.12 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 255 | 0.75 | 0.51 | 0 | 0 | 221.05 | 1 | 0.63 |
| Hex | 41 | 7D | FF | 4B | 33 | 0 | 0 | DD | 64 | 3F |
| Octal | 101 | 175 | 377 | 113 | 63 | 0 | 0 | 335 | 144 | 77 |
| Binary | 1000001 | 1111101 | 11111111 | 1001011 | 110011 | 0 | 0 | 11011101 | 1100100 | 111111 |
Color Harmonies of #417DFF
Complementary color
Monochromatic Colors of #417DFF
Black with #417DFF
Text Example
Text Example
White with #417DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DFF; }
p { color: rgb(65,125,255); }
H1.HeaderClassName
{
color: #417DFF;
}
.AnyTagClassName
{
color: #417DFF;
}
</style>
background-color css
<style>
a { background-color: #417DFF; }
a { background-color: rgb(65,125,255); }
div.DivClassName
{
background-color: #417DFF;
}
.BgClassName
{
background-color: #417DFF;
}
</style>
border-color css
<style>
span { border-color: #417DFF; }
span { border-color: rgb(65,125,255); }
td.TdClassName
{
border-color: #417DFF;
}
.TagClassName
{
border-color: #417DFF;
}
</style>