Shades of Royal Blue #516AD1
Tints of Royal Blue #516AD1
RGB
CMYK
RGB Variations
Color information
#516AD1 (or 0x516AD1) is known color: Royal Blue. HEX triplet: 51, 6A and D1. RGB value is (81,106,209). Sum of RGB (Red+Green+Blue) = 81+106+209=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #516AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AD1 is #AE952E. Grayscale: #6D6D6D. Windows color (decimal): -11441455 or 13724241. OLE color: 13724241.
HSL color Cylindrical-coordinate representation of color #516AD1: hue angle of 228.28º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516AD1 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 106 | 209 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.18 |
| HSL | 228.28º | 0.58% | 0.57% | - |
| HSV(B) | 228.28º | 0.61% | 0.82% | - |
| XYZ | 20.06 | 16.66 | 62.48 | - |
| YUV | 110.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 209 | 0.61 | 0.49 | 0 | 0.18 | 228.28 | 0.58 | 0.57 |
| Hex | 51 | 6A | D1 | 3D | 31 | 0 | 12 | E4 | 3A | 39 |
| Octal | 121 | 152 | 321 | 75 | 61 | 0 | 22 | 344 | 72 | 71 |
| Binary | 1010001 | 1101010 | 11010001 | 111101 | 110001 | 0 | 10010 | 11100100 | 111010 | 111001 |
Color Harmonies of #516AD1
Complementary color
Monochromatic Colors of #516AD1
Black with #516AD1
Text Example
Text Example
White with #516AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AD1; }
p { color: rgb(81,106,209); }
H1.HeaderClassName
{
color: #516AD1;
}
.AnyTagClassName
{
color: #516AD1;
}
</style>
background-color css
<style>
a { background-color: #516AD1; }
a { background-color: rgb(81,106,209); }
div.DivClassName
{
background-color: #516AD1;
}
.BgClassName
{
background-color: #516AD1;
}
</style>
border-color css
<style>
span { border-color: #516AD1; }
span { border-color: rgb(81,106,209); }
td.TdClassName
{
border-color: #516AD1;
}
.TagClassName
{
border-color: #516AD1;
}
</style>