Shades of Royal Blue #417FFD
Tints of Royal Blue #417FFD
RGB
CMYK
RGB Variations
Color information
#417FFD (or 0x417FFD) is known color: Royal Blue. HEX triplet: 41, 7F and FD. RGB value is (65,127,253). Sum of RGB (Red+Green+Blue) = 65+127+253=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #417FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FFD is #BE8002. Grayscale: #7A7A7A. Windows color (decimal): -12484611 or 16613185. OLE color: 16613185.
HSL color Cylindrical-coordinate representation of color #417FFD: hue angle of 220.21º degrees, saturation: 0.98, 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 #417FFD is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 127 | 253 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.01 |
| HSL | 220.21º | 0.98% | 0.62% | - |
| HSV(B) | 220.21º | 0.74% | 0.99% | - |
| XYZ | 27.5 | 23.39 | 95.99 | - |
| YUV | 122.83 | 201.46 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 253 | 0.74 | 0.50 | 0 | 0.01 | 220.21 | 0.98 | 0.62 |
| Hex | 41 | 7F | FD | 4A | 32 | 0 | 1 | DC | 62 | 3E |
| Octal | 101 | 177 | 375 | 112 | 62 | 0 | 1 | 334 | 142 | 76 |
| Binary | 1000001 | 1111111 | 11111101 | 1001010 | 110010 | 0 | 1 | 11011100 | 1100010 | 111110 |
Color Harmonies of #417FFD
Complementary color
Monochromatic Colors of #417FFD
Black with #417FFD
Text Example
Text Example
White with #417FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FFD; }
p { color: rgb(65,127,253); }
H1.HeaderClassName
{
color: #417FFD;
}
.AnyTagClassName
{
color: #417FFD;
}
</style>
background-color css
<style>
a { background-color: #417FFD; }
a { background-color: rgb(65,127,253); }
div.DivClassName
{
background-color: #417FFD;
}
.BgClassName
{
background-color: #417FFD;
}
</style>
border-color css
<style>
span { border-color: #417FFD; }
span { border-color: rgb(65,127,253); }
td.TdClassName
{
border-color: #417FFD;
}
.TagClassName
{
border-color: #417FFD;
}
</style>