Shades of Royal Blue #416ECE
Tints of Royal Blue #416ECE
RGB
CMYK
RGB Variations
Color information
#416ECE (or 0x416ECE) is known color: Royal Blue. HEX triplet: 41, 6E and CE. RGB value is (65,110,206). Sum of RGB (Red+Green+Blue) = 65+110+206=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #416ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ECE is #BE9131. Grayscale: #6B6B6B. Windows color (decimal): -12489010 or 13528641. OLE color: 13528641.
HSL color Cylindrical-coordinate representation of color #416ECE: hue angle of 220.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416ECE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 110 | 206 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.19 |
| HSL | 220.85º | 0.59% | 0.53% | - |
| HSV(B) | 220.85º | 0.68% | 0.81% | - |
| XYZ | 18.9 | 16.73 | 60.63 | - |
| YUV | 107.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 206 | 0.68 | 0.47 | 0 | 0.19 | 220.85 | 0.59 | 0.53 |
| Hex | 41 | 6E | CE | 44 | 2F | 0 | 13 | DD | 3B | 35 |
| Octal | 101 | 156 | 316 | 104 | 57 | 0 | 23 | 335 | 73 | 65 |
| Binary | 1000001 | 1101110 | 11001110 | 1000100 | 101111 | 0 | 10011 | 11011101 | 111011 | 110101 |
Color Harmonies of #416ECE
Complementary color
Monochromatic Colors of #416ECE
Black with #416ECE
Text Example
Text Example
White with #416ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ECE; }
p { color: rgb(65,110,206); }
H1.HeaderClassName
{
color: #416ECE;
}
.AnyTagClassName
{
color: #416ECE;
}
</style>
background-color css
<style>
a { background-color: #416ECE; }
a { background-color: rgb(65,110,206); }
div.DivClassName
{
background-color: #416ECE;
}
.BgClassName
{
background-color: #416ECE;
}
</style>
border-color css
<style>
span { border-color: #416ECE; }
span { border-color: rgb(65,110,206); }
td.TdClassName
{
border-color: #416ECE;
}
.TagClassName
{
border-color: #416ECE;
}
</style>