Shades of Royal Blue #516DDB
Tints of Royal Blue #516DDB
RGB
CMYK
RGB Variations
Color information
#516DDB (or 0x516DDB) is known color: Royal Blue. HEX triplet: 51, 6D and DB. RGB value is (81,109,219). Sum of RGB (Red+Green+Blue) = 81+109+219=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #516DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DDB is #AE9224. Grayscale: #707070. Windows color (decimal): -11440677 or 14380369. OLE color: 14380369.
HSL color Cylindrical-coordinate representation of color #516DDB: hue angle of 227.83º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516DDB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 109 | 219 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.14 |
| HSL | 227.83º | 0.66% | 0.59% | - |
| HSV(B) | 227.83º | 0.63% | 0.86% | - |
| XYZ | 21.65 | 17.8 | 69.31 | - |
| YUV | 113.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 219 | 0.63 | 0.50 | 0 | 0.14 | 227.83 | 0.66 | 0.59 |
| Hex | 51 | 6D | DB | 3F | 32 | 0 | E | E4 | 42 | 3B |
| Octal | 121 | 155 | 333 | 77 | 62 | 0 | 16 | 344 | 102 | 73 |
| Binary | 1010001 | 1101101 | 11011011 | 111111 | 110010 | 0 | 1110 | 11100100 | 1000010 | 111011 |
Color Harmonies of #516DDB
Complementary color
Monochromatic Colors of #516DDB
Black with #516DDB
Text Example
Text Example
White with #516DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DDB; }
p { color: rgb(81,109,219); }
H1.HeaderClassName
{
color: #516DDB;
}
.AnyTagClassName
{
color: #516DDB;
}
</style>
background-color css
<style>
a { background-color: #516DDB; }
a { background-color: rgb(81,109,219); }
div.DivClassName
{
background-color: #516DDB;
}
.BgClassName
{
background-color: #516DDB;
}
</style>
border-color css
<style>
span { border-color: #516DDB; }
span { border-color: rgb(81,109,219); }
td.TdClassName
{
border-color: #516DDB;
}
.TagClassName
{
border-color: #516DDB;
}
</style>