Shades of Royal Blue #516AD2
Tints of Royal Blue #516AD2
RGB
CMYK
RGB Variations
Color information
#516AD2 (or 0x516AD2) is known color: Royal Blue. HEX triplet: 51, 6A and D2. RGB value is (81,106,210). Sum of RGB (Red+Green+Blue) = 81+106+210=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 210 (82.42% from 255 or 52.90% from 397); Max value from RGB is 210 - color contains mainly: blue. Hex color #516AD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AD2 is #AE952D. Grayscale: #6D6D6D. Windows color (decimal): -11441454 or 13789777. OLE color: 13789777.
HSL color Cylindrical-coordinate representation of color #516AD2: hue angle of 228.37º degrees, saturation: 0.59, 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 #516AD2 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 106 | 210 | - |
| CMYK | 0.61 | 0.50 | 0 | 0.18 |
| HSL | 228.37º | 0.59% | 0.57% | - |
| HSV(B) | 228.37º | 0.61% | 0.82% | - |
| XYZ | 20.18 | 16.71 | 63.13 | - |
| YUV | 110.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 210 | 0.61 | 0.50 | 0 | 0.18 | 228.37 | 0.59 | 0.57 |
| Hex | 51 | 6A | D2 | 3D | 32 | 0 | 12 | E4 | 3B | 39 |
| Octal | 121 | 152 | 322 | 75 | 62 | 0 | 22 | 344 | 73 | 71 |
| Binary | 1010001 | 1101010 | 11010010 | 111101 | 110010 | 0 | 10010 | 11100100 | 111011 | 111001 |
Color Harmonies of #516AD2
Complementary color
Monochromatic Colors of #516AD2
Black with #516AD2
Text Example
Text Example
White with #516AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516AD2; }
p { color: rgb(81,106,210); }
H1.HeaderClassName
{
color: #516AD2;
}
.AnyTagClassName
{
color: #516AD2;
}
</style>
background-color css
<style>
a { background-color: #516AD2; }
a { background-color: rgb(81,106,210); }
div.DivClassName
{
background-color: #516AD2;
}
.BgClassName
{
background-color: #516AD2;
}
</style>
border-color css
<style>
span { border-color: #516AD2; }
span { border-color: rgb(81,106,210); }
td.TdClassName
{
border-color: #516AD2;
}
.TagClassName
{
border-color: #516AD2;
}
</style>