Shades of Royal Blue #417FFC
Tints of Royal Blue #417FFC
RGB
CMYK
RGB Variations
Color information
#417FFC (or 0x417FFC) is known color: Royal Blue. HEX triplet: 41, 7F and FC. RGB value is (65,127,252). Sum of RGB (Red+Green+Blue) = 65+127+252=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #417FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FFC is #BE8003. Grayscale: #7A7A7A. Windows color (decimal): -12484612 or 16547649. OLE color: 16547649.
HSL color Cylindrical-coordinate representation of color #417FFC: hue angle of 220.11º 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 #417FFC is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 127 | 252 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.01 |
| HSL | 220.11º | 0.97% | 0.62% | - |
| HSV(B) | 220.11º | 0.74% | 0.99% | - |
| XYZ | 27.34 | 23.33 | 95.16 | - |
| YUV | 122.71 | 200.96 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 252 | 0.74 | 0.50 | 0 | 0.01 | 220.11 | 0.97 | 0.62 |
| Hex | 41 | 7F | FC | 4A | 32 | 0 | 1 | DC | 61 | 3E |
| Octal | 101 | 177 | 374 | 112 | 62 | 0 | 1 | 334 | 141 | 76 |
| Binary | 1000001 | 1111111 | 11111100 | 1001010 | 110010 | 0 | 1 | 11011100 | 1100001 | 111110 |
Color Harmonies of #417FFC
Complementary color
Monochromatic Colors of #417FFC
Black with #417FFC
Text Example
Text Example
White with #417FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FFC; }
p { color: rgb(65,127,252); }
H1.HeaderClassName
{
color: #417FFC;
}
.AnyTagClassName
{
color: #417FFC;
}
</style>
background-color css
<style>
a { background-color: #417FFC; }
a { background-color: rgb(65,127,252); }
div.DivClassName
{
background-color: #417FFC;
}
.BgClassName
{
background-color: #417FFC;
}
</style>
border-color css
<style>
span { border-color: #417FFC; }
span { border-color: rgb(65,127,252); }
td.TdClassName
{
border-color: #417FFC;
}
.TagClassName
{
border-color: #417FFC;
}
</style>