Shades of Royal Blue #416CDB
Tints of Royal Blue #416CDB
RGB
CMYK
RGB Variations
Color information
#416CDB (or 0x416CDB) is known color: Royal Blue. HEX triplet: 41, 6C and DB. RGB value is (65,108,219). Sum of RGB (Red+Green+Blue) = 65+108+219=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #416CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416CDB is #BE9324. Grayscale: #6B6B6B. Windows color (decimal): -12489509 or 14380097. OLE color: 14380097.
HSL color Cylindrical-coordinate representation of color #416CDB: hue angle of 223.25º 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 #416CDB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 108 | 219 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.14 |
| HSL | 223.25º | 0.68% | 0.56% | - |
| HSV(B) | 223.25º | 0.7% | 0.86% | - |
| XYZ | 20.33 | 16.96 | 69.22 | - |
| YUV | 107.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 108 | 219 | 0.70 | 0.51 | 0 | 0.14 | 223.25 | 0.68 | 0.56 |
| Hex | 41 | 6C | DB | 46 | 33 | 0 | E | DF | 44 | 38 |
| Octal | 101 | 154 | 333 | 106 | 63 | 0 | 16 | 337 | 104 | 70 |
| Binary | 1000001 | 1101100 | 11011011 | 1000110 | 110011 | 0 | 1110 | 11011111 | 1000100 | 111000 |
Color Harmonies of #416CDB
Complementary color
Monochromatic Colors of #416CDB
Black with #416CDB
Text Example
Text Example
White with #416CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416CDB; }
p { color: rgb(65,108,219); }
H1.HeaderClassName
{
color: #416CDB;
}
.AnyTagClassName
{
color: #416CDB;
}
</style>
background-color css
<style>
a { background-color: #416CDB; }
a { background-color: rgb(65,108,219); }
div.DivClassName
{
background-color: #416CDB;
}
.BgClassName
{
background-color: #416CDB;
}
</style>
border-color css
<style>
span { border-color: #416CDB; }
span { border-color: rgb(65,108,219); }
td.TdClassName
{
border-color: #416CDB;
}
.TagClassName
{
border-color: #416CDB;
}
</style>