Shades of Royal Blue #516ED0
Tints of Royal Blue #516ED0
RGB
CMYK
RGB Variations
Color information
#516ED0 (or 0x516ED0) is known color: Royal Blue. HEX triplet: 51, 6E and D0. RGB value is (81,110,208). Sum of RGB (Red+Green+Blue) = 81+110+208=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #516ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ED0 is #AE912F. Grayscale: #707070. Windows color (decimal): -11440432 or 13659729. OLE color: 13659729.
HSL color Cylindrical-coordinate representation of color #516ED0: hue angle of 226.3º degrees, saturation: 0.57, 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 #516ED0 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 110 | 208 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.18 |
| HSL | 226.3º | 0.57% | 0.57% | - |
| HSV(B) | 226.3º | 0.61% | 0.82% | - |
| XYZ | 20.35 | 17.46 | 61.97 | - |
| YUV | 112.5 | 181.89 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 208 | 0.61 | 0.47 | 0 | 0.18 | 226.3 | 0.57 | 0.57 |
| Hex | 51 | 6E | D0 | 3D | 2F | 0 | 12 | E2 | 39 | 39 |
| Octal | 121 | 156 | 320 | 75 | 57 | 0 | 22 | 342 | 71 | 71 |
| Binary | 1010001 | 1101110 | 11010000 | 111101 | 101111 | 0 | 10010 | 11100010 | 111001 | 111001 |
Color Harmonies of #516ED0
Complementary color
Monochromatic Colors of #516ED0
Black with #516ED0
Text Example
Text Example
White with #516ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516ED0; }
p { color: rgb(81,110,208); }
H1.HeaderClassName
{
color: #516ED0;
}
.AnyTagClassName
{
color: #516ED0;
}
</style>
background-color css
<style>
a { background-color: #516ED0; }
a { background-color: rgb(81,110,208); }
div.DivClassName
{
background-color: #516ED0;
}
.BgClassName
{
background-color: #516ED0;
}
</style>
border-color css
<style>
span { border-color: #516ED0; }
span { border-color: rgb(81,110,208); }
td.TdClassName
{
border-color: #516ED0;
}
.TagClassName
{
border-color: #516ED0;
}
</style>