Shades of Royal Blue #516EE8
Tints of Royal Blue #516EE8
RGB
CMYK
RGB Variations
Color information
#516EE8 (or 0x516EE8) is known color: Royal Blue. HEX triplet: 51, 6E and E8. RGB value is (81,110,232). Sum of RGB (Red+Green+Blue) = 81+110+232=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #516EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EE8 is #AE9117. Grayscale: #727272. Windows color (decimal): -11440408 or 15232593. OLE color: 15232593.
HSL color Cylindrical-coordinate representation of color #516EE8: hue angle of 228.48º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516EE8 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 110 | 232 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.09 |
| HSL | 228.48º | 0.77% | 0.61% | - |
| HSV(B) | 228.48º | 0.65% | 0.91% | - |
| XYZ | 23.53 | 18.73 | 78.72 | - |
| YUV | 115.24 | 193.89 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 232 | 0.65 | 0.53 | 0 | 0.09 | 228.48 | 0.77 | 0.61 |
| Hex | 51 | 6E | E8 | 41 | 35 | 0 | 9 | E4 | 4D | 3D |
| Octal | 121 | 156 | 350 | 101 | 65 | 0 | 11 | 344 | 115 | 75 |
| Binary | 1010001 | 1101110 | 11101000 | 1000001 | 110101 | 0 | 1001 | 11100100 | 1001101 | 111101 |
Color Harmonies of #516EE8
Complementary color
Monochromatic Colors of #516EE8
Black with #516EE8
Text Example
Text Example
White with #516EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EE8; }
p { color: rgb(81,110,232); }
H1.HeaderClassName
{
color: #516EE8;
}
.AnyTagClassName
{
color: #516EE8;
}
</style>
background-color css
<style>
a { background-color: #516EE8; }
a { background-color: rgb(81,110,232); }
div.DivClassName
{
background-color: #516EE8;
}
.BgClassName
{
background-color: #516EE8;
}
</style>
border-color css
<style>
span { border-color: #516EE8; }
span { border-color: rgb(81,110,232); }
td.TdClassName
{
border-color: #516EE8;
}
.TagClassName
{
border-color: #516EE8;
}
</style>