Shades of Royal Blue #516EDC
Tints of Royal Blue #516EDC
RGB
CMYK
RGB Variations
Color information
#516EDC (or 0x516EDC) is known color: Royal Blue. HEX triplet: 51, 6E and DC. RGB value is (81,110,220). Sum of RGB (Red+Green+Blue) = 81+110+220=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #516EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516EDC is #AE9123. Grayscale: #717171. Windows color (decimal): -11440420 or 14446161. OLE color: 14446161.
HSL color Cylindrical-coordinate representation of color #516EDC: hue angle of 227.48º degrees, saturation: 0.67, 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 #516EDC is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 110 | 220 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.14 |
| HSL | 227.48º | 0.67% | 0.59% | - |
| HSV(B) | 227.48º | 0.63% | 0.86% | - |
| XYZ | 21.89 | 18.07 | 70.04 | - |
| YUV | 113.87 | 187.89 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 220 | 0.63 | 0.50 | 0 | 0.14 | 227.48 | 0.67 | 0.59 |
| Hex | 51 | 6E | DC | 3F | 32 | 0 | E | E3 | 43 | 3B |
| Octal | 121 | 156 | 334 | 77 | 62 | 0 | 16 | 343 | 103 | 73 |
| Binary | 1010001 | 1101110 | 11011100 | 111111 | 110010 | 0 | 1110 | 11100011 | 1000011 | 111011 |
Color Harmonies of #516EDC
Complementary color
Monochromatic Colors of #516EDC
Black with #516EDC
Text Example
Text Example
White with #516EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EDC; }
p { color: rgb(81,110,220); }
H1.HeaderClassName
{
color: #516EDC;
}
.AnyTagClassName
{
color: #516EDC;
}
</style>
background-color css
<style>
a { background-color: #516EDC; }
a { background-color: rgb(81,110,220); }
div.DivClassName
{
background-color: #516EDC;
}
.BgClassName
{
background-color: #516EDC;
}
</style>
border-color css
<style>
span { border-color: #516EDC; }
span { border-color: rgb(81,110,220); }
td.TdClassName
{
border-color: #516EDC;
}
.TagClassName
{
border-color: #516EDC;
}
</style>