Shades of Royal Blue #417EEB
Tints of Royal Blue #417EEB
RGB
CMYK
RGB Variations
Color information
#417EEB (or 0x417EEB) is known color: Royal Blue. HEX triplet: 41, 7E and EB. RGB value is (65,126,235). Sum of RGB (Red+Green+Blue) = 65+126+235=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #417EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417EEB is #BE8114. Grayscale: #777777. Windows color (decimal): -12484885 or 15433281. OLE color: 15433281.
HSL color Cylindrical-coordinate representation of color #417EEB: hue angle of 218.47º 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 #417EEB is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 126 | 235 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.08 |
| HSL | 218.47º | 0.81% | 0.59% | - |
| HSV(B) | 218.47º | 0.72% | 0.92% | - |
| XYZ | 24.64 | 22.04 | 81.55 | - |
| YUV | 120.19 | 192.79 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 235 | 0.72 | 0.46 | 0 | 0.08 | 218.47 | 0.81 | 0.59 |
| Hex | 41 | 7E | EB | 48 | 2E | 0 | 8 | DA | 51 | 3B |
| Octal | 101 | 176 | 353 | 110 | 56 | 0 | 10 | 332 | 121 | 73 |
| Binary | 1000001 | 1111110 | 11101011 | 1001000 | 101110 | 0 | 1000 | 11011010 | 1010001 | 111011 |
Color Harmonies of #417EEB
Complementary color
Monochromatic Colors of #417EEB
Black with #417EEB
Text Example
Text Example
White with #417EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EEB; }
p { color: rgb(65,126,235); }
H1.HeaderClassName
{
color: #417EEB;
}
.AnyTagClassName
{
color: #417EEB;
}
</style>
background-color css
<style>
a { background-color: #417EEB; }
a { background-color: rgb(65,126,235); }
div.DivClassName
{
background-color: #417EEB;
}
.BgClassName
{
background-color: #417EEB;
}
</style>
border-color css
<style>
span { border-color: #417EEB; }
span { border-color: rgb(65,126,235); }
td.TdClassName
{
border-color: #417EEB;
}
.TagClassName
{
border-color: #417EEB;
}
</style>