Shades of Royal Blue #417FEB
Tints of Royal Blue #417FEB
RGB
CMYK
RGB Variations
Color information
#417FEB (or 0x417FEB) is known color: Royal Blue. HEX triplet: 41, 7F and EB. RGB value is (65,127,235). Sum of RGB (Red+Green+Blue) = 65+127+235=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #417FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FEB is #BE8014. Grayscale: #787878. Windows color (decimal): -12484629 or 15433537. OLE color: 15433537.
HSL color Cylindrical-coordinate representation of color #417FEB: hue angle of 218.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417FEB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 127 | 235 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.08 |
| HSL | 218.12º | 0.81% | 0.59% | - |
| HSV(B) | 218.12º | 0.72% | 0.92% | - |
| XYZ | 24.76 | 22.3 | 81.6 | - |
| YUV | 120.77 | 192.46 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 235 | 0.72 | 0.46 | 0 | 0.08 | 218.12 | 0.81 | 0.59 |
| Hex | 41 | 7F | EB | 48 | 2E | 0 | 8 | DA | 51 | 3B |
| Octal | 101 | 177 | 353 | 110 | 56 | 0 | 10 | 332 | 121 | 73 |
| Binary | 1000001 | 1111111 | 11101011 | 1001000 | 101110 | 0 | 1000 | 11011010 | 1010001 | 111011 |
Color Harmonies of #417FEB
Complementary color
Monochromatic Colors of #417FEB
Black with #417FEB
Text Example
Text Example
White with #417FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FEB; }
p { color: rgb(65,127,235); }
H1.HeaderClassName
{
color: #417FEB;
}
.AnyTagClassName
{
color: #417FEB;
}
</style>
background-color css
<style>
a { background-color: #417FEB; }
a { background-color: rgb(65,127,235); }
div.DivClassName
{
background-color: #417FEB;
}
.BgClassName
{
background-color: #417FEB;
}
</style>
border-color css
<style>
span { border-color: #417FEB; }
span { border-color: rgb(65,127,235); }
td.TdClassName
{
border-color: #417FEB;
}
.TagClassName
{
border-color: #417FEB;
}
</style>