Shades of Royal Blue #417DFC
Tints of Royal Blue #417DFC
RGB
CMYK
RGB Variations
Color information
#417DFC (or 0x417DFC) is known color: Royal Blue. HEX triplet: 41, 7D and FC. RGB value is (65,125,252). Sum of RGB (Red+Green+Blue) = 65+125+252=442 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.71% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #417DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417DFC is #BE8203. Grayscale: #787878. Windows color (decimal): -12485124 or 16547137. OLE color: 16547137.
HSL color Cylindrical-coordinate representation of color #417DFC: hue angle of 220.75º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417DFC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 125 | 252 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.01 |
| HSL | 220.75º | 0.97% | 0.62% | - |
| HSV(B) | 220.75º | 0.74% | 0.99% | - |
| XYZ | 27.08 | 22.82 | 95.07 | - |
| YUV | 121.54 | 201.62 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 252 | 0.74 | 0.50 | 0 | 0.01 | 220.75 | 0.97 | 0.62 |
| Hex | 41 | 7D | FC | 4A | 32 | 0 | 1 | DD | 61 | 3E |
| Octal | 101 | 175 | 374 | 112 | 62 | 0 | 1 | 335 | 141 | 76 |
| Binary | 1000001 | 1111101 | 11111100 | 1001010 | 110010 | 0 | 1 | 11011101 | 1100001 | 111110 |
Color Harmonies of #417DFC
Complementary color
Monochromatic Colors of #417DFC
Black with #417DFC
Text Example
Text Example
White with #417DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DFC; }
p { color: rgb(65,125,252); }
H1.HeaderClassName
{
color: #417DFC;
}
.AnyTagClassName
{
color: #417DFC;
}
</style>
background-color css
<style>
a { background-color: #417DFC; }
a { background-color: rgb(65,125,252); }
div.DivClassName
{
background-color: #417DFC;
}
.BgClassName
{
background-color: #417DFC;
}
</style>
border-color css
<style>
span { border-color: #417DFC; }
span { border-color: rgb(65,125,252); }
td.TdClassName
{
border-color: #417DFC;
}
.TagClassName
{
border-color: #417DFC;
}
</style>