Shades of Royal Blue #417DFD
Tints of Royal Blue #417DFD
RGB
CMYK
RGB Variations
Color information
#417DFD (or 0x417DFD) is known color: Royal Blue. HEX triplet: 41, 7D and FD. RGB value is (65,125,253). Sum of RGB (Red+Green+Blue) = 65+125+253=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #417DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417DFD is #BE8202. Grayscale: #797979. Windows color (decimal): -12485123 or 16612673. OLE color: 16612673.
HSL color Cylindrical-coordinate representation of color #417DFD: hue angle of 220.85º 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 #417DFD is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 125 | 253 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.01 |
| HSL | 220.85º | 0.98% | 0.62% | - |
| HSV(B) | 220.85º | 0.74% | 0.99% | - |
| XYZ | 27.24 | 22.88 | 95.91 | - |
| YUV | 121.65 | 202.12 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 253 | 0.74 | 0.51 | 0 | 0.01 | 220.85 | 0.98 | 0.62 |
| Hex | 41 | 7D | FD | 4A | 33 | 0 | 1 | DD | 62 | 3E |
| Octal | 101 | 175 | 375 | 112 | 63 | 0 | 1 | 335 | 142 | 76 |
| Binary | 1000001 | 1111101 | 11111101 | 1001010 | 110011 | 0 | 1 | 11011101 | 1100010 | 111110 |
Color Harmonies of #417DFD
Complementary color
Monochromatic Colors of #417DFD
Black with #417DFD
Text Example
Text Example
White with #417DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DFD; }
p { color: rgb(65,125,253); }
H1.HeaderClassName
{
color: #417DFD;
}
.AnyTagClassName
{
color: #417DFD;
}
</style>
background-color css
<style>
a { background-color: #417DFD; }
a { background-color: rgb(65,125,253); }
div.DivClassName
{
background-color: #417DFD;
}
.BgClassName
{
background-color: #417DFD;
}
</style>
border-color css
<style>
span { border-color: #417DFD; }
span { border-color: rgb(65,125,253); }
td.TdClassName
{
border-color: #417DFD;
}
.TagClassName
{
border-color: #417DFD;
}
</style>