Shades of Royal Blue #416ECD
Tints of Royal Blue #416ECD
RGB
CMYK
RGB Variations
Color information
#416ECD (or 0x416ECD) is known color: Royal Blue. HEX triplet: 41, 6E and CD. RGB value is (65,110,205). Sum of RGB (Red+Green+Blue) = 65+110+205=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #416ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ECD is #BE9132. Grayscale: #6A6A6A. Windows color (decimal): -12489011 or 13463105. OLE color: 13463105.
HSL color Cylindrical-coordinate representation of color #416ECD: hue angle of 220.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416ECD is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 110 | 205 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.20 |
| HSL | 220.71º | 0.58% | 0.53% | - |
| HSV(B) | 220.71º | 0.68% | 0.8% | - |
| XYZ | 18.78 | 16.68 | 59.99 | - |
| YUV | 107.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 205 | 0.68 | 0.46 | 0 | 0.20 | 220.71 | 0.58 | 0.53 |
| Hex | 41 | 6E | CD | 44 | 2E | 0 | 14 | DD | 3A | 35 |
| Octal | 101 | 156 | 315 | 104 | 56 | 0 | 24 | 335 | 72 | 65 |
| Binary | 1000001 | 1101110 | 11001101 | 1000100 | 101110 | 0 | 10100 | 11011101 | 111010 | 110101 |
Color Harmonies of #416ECD
Complementary color
Monochromatic Colors of #416ECD
Black with #416ECD
Text Example
Text Example
White with #416ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ECD; }
p { color: rgb(65,110,205); }
H1.HeaderClassName
{
color: #416ECD;
}
.AnyTagClassName
{
color: #416ECD;
}
</style>
background-color css
<style>
a { background-color: #416ECD; }
a { background-color: rgb(65,110,205); }
div.DivClassName
{
background-color: #416ECD;
}
.BgClassName
{
background-color: #416ECD;
}
</style>
border-color css
<style>
span { border-color: #416ECD; }
span { border-color: rgb(65,110,205); }
td.TdClassName
{
border-color: #416ECD;
}
.TagClassName
{
border-color: #416ECD;
}
</style>