Shades of Royal Blue #416ED5
Tints of Royal Blue #416ED5
RGB
CMYK
RGB Variations
Color information
#416ED5 (or 0x416ED5) is known color: Royal Blue. HEX triplet: 41, 6E and D5. RGB value is (65,110,213). Sum of RGB (Red+Green+Blue) = 65+110+213=388 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.75% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #416ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416ED5 is #BE912A. Grayscale: #6B6B6B. Windows color (decimal): -12489003 or 13987393. OLE color: 13987393.
HSL color Cylindrical-coordinate representation of color #416ED5: hue angle of 221.76º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #416ED5 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 110 | 213 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.16 |
| HSL | 221.76º | 0.64% | 0.55% | - |
| HSV(B) | 221.76º | 0.69% | 0.84% | - |
| XYZ | 19.77 | 17.08 | 65.21 | - |
| YUV | 108.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 213 | 0.69 | 0.48 | 0 | 0.16 | 221.76 | 0.64 | 0.55 |
| Hex | 41 | 6E | D5 | 45 | 30 | 0 | 10 | DE | 40 | 37 |
| Octal | 101 | 156 | 325 | 105 | 60 | 0 | 20 | 336 | 100 | 67 |
| Binary | 1000001 | 1101110 | 11010101 | 1000101 | 110000 | 0 | 10000 | 11011110 | 1000000 | 110111 |
Color Harmonies of #416ED5
Complementary color
Monochromatic Colors of #416ED5
Black with #416ED5
Text Example
Text Example
White with #416ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416ED5; }
p { color: rgb(65,110,213); }
H1.HeaderClassName
{
color: #416ED5;
}
.AnyTagClassName
{
color: #416ED5;
}
</style>
background-color css
<style>
a { background-color: #416ED5; }
a { background-color: rgb(65,110,213); }
div.DivClassName
{
background-color: #416ED5;
}
.BgClassName
{
background-color: #416ED5;
}
</style>
border-color css
<style>
span { border-color: #416ED5; }
span { border-color: rgb(65,110,213); }
td.TdClassName
{
border-color: #416ED5;
}
.TagClassName
{
border-color: #416ED5;
}
</style>