Shades of Royal Blue #516ED2
Tints of Royal Blue #516ED2
RGB
CMYK
RGB Variations
Color information
#516ED2 (or 0x516ED2) is known color: Royal Blue. HEX triplet: 51, 6E and D2. RGB value is (81,110,210). Sum of RGB (Red+Green+Blue) = 81+110+210=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #516ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ED2 is #AE912D. Grayscale: #707070. Windows color (decimal): -11440430 or 13790801. OLE color: 13790801.
HSL color Cylindrical-coordinate representation of color #516ED2: hue angle of 226.51º 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 #516ED2 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 110 | 210 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.18 |
| HSL | 226.51º | 0.59% | 0.57% | - |
| HSV(B) | 226.51º | 0.61% | 0.82% | - |
| XYZ | 20.6 | 17.55 | 63.28 | - |
| YUV | 112.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 210 | 0.61 | 0.48 | 0 | 0.18 | 226.51 | 0.59 | 0.57 |
| Hex | 51 | 6E | D2 | 3D | 30 | 0 | 12 | E3 | 3B | 39 |
| Octal | 121 | 156 | 322 | 75 | 60 | 0 | 22 | 343 | 73 | 71 |
| Binary | 1010001 | 1101110 | 11010010 | 111101 | 110000 | 0 | 10010 | 11100011 | 111011 | 111001 |
Color Harmonies of #516ED2
Complementary color
Monochromatic Colors of #516ED2
Black with #516ED2
Text Example
Text Example
White with #516ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ED2; }
p { color: rgb(81,110,210); }
H1.HeaderClassName
{
color: #516ED2;
}
.AnyTagClassName
{
color: #516ED2;
}
</style>
background-color css
<style>
a { background-color: #516ED2; }
a { background-color: rgb(81,110,210); }
div.DivClassName
{
background-color: #516ED2;
}
.BgClassName
{
background-color: #516ED2;
}
</style>
border-color css
<style>
span { border-color: #516ED2; }
span { border-color: rgb(81,110,210); }
td.TdClassName
{
border-color: #516ED2;
}
.TagClassName
{
border-color: #516ED2;
}
</style>