Shades of Royal Blue #416BDB
Tints of Royal Blue #416BDB
RGB
CMYK
RGB Variations
Color information
#416BDB (or 0x416BDB) is known color: Royal Blue. HEX triplet: 41, 6B and DB. RGB value is (65,107,219). Sum of RGB (Red+Green+Blue) = 65+107+219=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #416BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BDB is #BE9424. Grayscale: #6A6A6A. Windows color (decimal): -12489765 or 14379841. OLE color: 14379841.
HSL color Cylindrical-coordinate representation of color #416BDB: hue angle of 223.64º 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 #416BDB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 107 | 219 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.14 |
| HSL | 223.64º | 0.68% | 0.56% | - |
| HSV(B) | 223.64º | 0.7% | 0.86% | - |
| XYZ | 20.22 | 16.75 | 69.19 | - |
| YUV | 107.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 219 | 0.70 | 0.51 | 0 | 0.14 | 223.64 | 0.68 | 0.56 |
| Hex | 41 | 6B | DB | 46 | 33 | 0 | E | E0 | 44 | 38 |
| Octal | 101 | 153 | 333 | 106 | 63 | 0 | 16 | 340 | 104 | 70 |
| Binary | 1000001 | 1101011 | 11011011 | 1000110 | 110011 | 0 | 1110 | 11100000 | 1000100 | 111000 |
Color Harmonies of #416BDB
Complementary color
Monochromatic Colors of #416BDB
Black with #416BDB
Text Example
Text Example
White with #416BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416BDB; }
p { color: rgb(65,107,219); }
H1.HeaderClassName
{
color: #416BDB;
}
.AnyTagClassName
{
color: #416BDB;
}
</style>
background-color css
<style>
a { background-color: #416BDB; }
a { background-color: rgb(65,107,219); }
div.DivClassName
{
background-color: #416BDB;
}
.BgClassName
{
background-color: #416BDB;
}
</style>
border-color css
<style>
span { border-color: #416BDB; }
span { border-color: rgb(65,107,219); }
td.TdClassName
{
border-color: #416BDB;
}
.TagClassName
{
border-color: #416BDB;
}
</style>