Shades of Royal Blue #416EEB
Tints of Royal Blue #416EEB
RGB
CMYK
RGB Variations
Color information
#416EEB (or 0x416EEB) is known color: Royal Blue. HEX triplet: 41, 6E and EB. RGB value is (65,110,235). Sum of RGB (Red+Green+Blue) = 65+110+235=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #416EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416EEB is #BE9114. Grayscale: #6E6E6E. Windows color (decimal): -12488981 or 15429185. OLE color: 15429185.
HSL color Cylindrical-coordinate representation of color #416EEB: hue angle of 224.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 #416EEB is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 110 | 235 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.08 |
| HSL | 224.12º | 0.81% | 0.59% | - |
| HSV(B) | 224.12º | 0.72% | 0.92% | - |
| XYZ | 22.75 | 18.27 | 80.93 | - |
| YUV | 110.8 | 198.09 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 235 | 0.72 | 0.53 | 0 | 0.08 | 224.12 | 0.81 | 0.59 |
| Hex | 41 | 6E | EB | 48 | 35 | 0 | 8 | E0 | 51 | 3B |
| Octal | 101 | 156 | 353 | 110 | 65 | 0 | 10 | 340 | 121 | 73 |
| Binary | 1000001 | 1101110 | 11101011 | 1001000 | 110101 | 0 | 1000 | 11100000 | 1010001 | 111011 |
Color Harmonies of #416EEB
Complementary color
Monochromatic Colors of #416EEB
Black with #416EEB
Text Example
Text Example
White with #416EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EEB; }
p { color: rgb(65,110,235); }
H1.HeaderClassName
{
color: #416EEB;
}
.AnyTagClassName
{
color: #416EEB;
}
</style>
background-color css
<style>
a { background-color: #416EEB; }
a { background-color: rgb(65,110,235); }
div.DivClassName
{
background-color: #416EEB;
}
.BgClassName
{
background-color: #416EEB;
}
</style>
border-color css
<style>
span { border-color: #416EEB; }
span { border-color: rgb(65,110,235); }
td.TdClassName
{
border-color: #416EEB;
}
.TagClassName
{
border-color: #416EEB;
}
</style>