Shades of Royal Blue #417DFB
Tints of Royal Blue #417DFB
RGB
CMYK
RGB Variations
Color information
#417DFB (or 0x417DFB) is known color: Royal Blue. HEX triplet: 41, 7D and FB. RGB value is (65,125,251). Sum of RGB (Red+Green+Blue) = 65+125+251=441 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.74% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #417DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417DFB is #BE8204. Grayscale: #787878. Windows color (decimal): -12485125 or 16481601. OLE color: 16481601.
HSL color Cylindrical-coordinate representation of color #417DFB: hue angle of 220.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #417DFB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 125 | 251 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.02 |
| HSL | 220.65º | 0.96% | 0.62% | - |
| HSV(B) | 220.65º | 0.74% | 0.98% | - |
| XYZ | 26.93 | 22.76 | 94.24 | - |
| YUV | 121.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 251 | 0.74 | 0.50 | 0 | 0.02 | 220.65 | 0.96 | 0.62 |
| Hex | 41 | 7D | FB | 4A | 32 | 0 | 2 | DD | 60 | 3E |
| Octal | 101 | 175 | 373 | 112 | 62 | 0 | 2 | 335 | 140 | 76 |
| Binary | 1000001 | 1111101 | 11111011 | 1001010 | 110010 | 0 | 10 | 11011101 | 1100000 | 111110 |
Color Harmonies of #417DFB
Complementary color
Monochromatic Colors of #417DFB
Black with #417DFB
Text Example
Text Example
White with #417DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DFB; }
p { color: rgb(65,125,251); }
H1.HeaderClassName
{
color: #417DFB;
}
.AnyTagClassName
{
color: #417DFB;
}
</style>
background-color css
<style>
a { background-color: #417DFB; }
a { background-color: rgb(65,125,251); }
div.DivClassName
{
background-color: #417DFB;
}
.BgClassName
{
background-color: #417DFB;
}
</style>
border-color css
<style>
span { border-color: #417DFB; }
span { border-color: rgb(65,125,251); }
td.TdClassName
{
border-color: #417DFB;
}
.TagClassName
{
border-color: #417DFB;
}
</style>