Shades of Royal Blue #417FD4
Tints of Royal Blue #417FD4
RGB
CMYK
RGB Variations
Color information
#417FD4 (or 0x417FD4) is known color: Royal Blue. HEX triplet: 41, 7F and D4. RGB value is (65,127,212). Sum of RGB (Red+Green+Blue) = 65+127+212=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 212 (83.20% from 255 or 52.48% from 404); Max value from RGB is 212 - color contains mainly: blue. Hex color #417FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FD4 is #BE802B. Grayscale: #757575. Windows color (decimal): -12484652 or 13926209. OLE color: 13926209.
HSL color Cylindrical-coordinate representation of color #417FD4: hue angle of 214.69º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417FD4 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 65 | 127 | 212 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.17 |
| HSL | 214.69º | 0.63% | 0.54% | - |
| HSV(B) | 214.69º | 0.69% | 0.83% | - |
| XYZ | 21.65 | 21.06 | 65.21 | - |
| YUV | 118.15 | 180.96 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 212 | 0.69 | 0.40 | 0 | 0.17 | 214.69 | 0.63 | 0.54 |
| Hex | 41 | 7F | D4 | 45 | 28 | 0 | 11 | D7 | 3F | 36 |
| Octal | 101 | 177 | 324 | 105 | 50 | 0 | 21 | 327 | 77 | 66 |
| Binary | 1000001 | 1111111 | 11010100 | 1000101 | 101000 | 0 | 10001 | 11010111 | 111111 | 110110 |
Color Harmonies of #417FD4
Complementary color
Monochromatic Colors of #417FD4
Black with #417FD4
Text Example
Text Example
White with #417FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FD4; }
p { color: rgb(65,127,212); }
H1.HeaderClassName
{
color: #417FD4;
}
.AnyTagClassName
{
color: #417FD4;
}
</style>
background-color css
<style>
a { background-color: #417FD4; }
a { background-color: rgb(65,127,212); }
div.DivClassName
{
background-color: #417FD4;
}
.BgClassName
{
background-color: #417FD4;
}
</style>
border-color css
<style>
span { border-color: #417FD4; }
span { border-color: rgb(65,127,212); }
td.TdClassName
{
border-color: #417FD4;
}
.TagClassName
{
border-color: #417FD4;
}
</style>