Shades of Royal Blue #416EDB
Tints of Royal Blue #416EDB
RGB
CMYK
RGB Variations
Color information
#416EDB (or 0x416EDB) is known color: Royal Blue. HEX triplet: 41, 6E and DB. RGB value is (65,110,219). Sum of RGB (Red+Green+Blue) = 65+110+219=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #416EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416EDB is #BE9124. Grayscale: #6C6C6C. Windows color (decimal): -12488997 or 14380609. OLE color: 14380609.
HSL color Cylindrical-coordinate representation of color #416EDB: hue angle of 222.47º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #416EDB is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 110 | 219 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.14 |
| HSL | 222.47º | 0.68% | 0.56% | - |
| HSV(B) | 222.47º | 0.7% | 0.86% | - |
| XYZ | 20.54 | 17.39 | 69.29 | - |
| YUV | 108.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 110 | 219 | 0.70 | 0.50 | 0 | 0.14 | 222.47 | 0.68 | 0.56 |
| Hex | 41 | 6E | DB | 46 | 32 | 0 | E | DE | 44 | 38 |
| Octal | 101 | 156 | 333 | 106 | 62 | 0 | 16 | 336 | 104 | 70 |
| Binary | 1000001 | 1101110 | 11011011 | 1000110 | 110010 | 0 | 1110 | 11011110 | 1000100 | 111000 |
Color Harmonies of #416EDB
Complementary color
Monochromatic Colors of #416EDB
Black with #416EDB
Text Example
Text Example
White with #416EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416EDB; }
p { color: rgb(65,110,219); }
H1.HeaderClassName
{
color: #416EDB;
}
.AnyTagClassName
{
color: #416EDB;
}
</style>
background-color css
<style>
a { background-color: #416EDB; }
a { background-color: rgb(65,110,219); }
div.DivClassName
{
background-color: #416EDB;
}
.BgClassName
{
background-color: #416EDB;
}
</style>
border-color css
<style>
span { border-color: #416EDB; }
span { border-color: rgb(65,110,219); }
td.TdClassName
{
border-color: #416EDB;
}
.TagClassName
{
border-color: #416EDB;
}
</style>