Shades of Royal Blue #516EE7
Tints of Royal Blue #516EE7
RGB
CMYK
RGB Variations
Color information
#516EE7 (or 0x516EE7) is known color: Royal Blue. HEX triplet: 51, 6E and E7. RGB value is (81,110,231). Sum of RGB (Red+Green+Blue) = 81+110+231=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 231 (90.62% from 255 or 54.74% from 422); Max value from RGB is 231 - color contains mainly: blue. Hex color #516EE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EE7 is #AE9118. Grayscale: #727272. Windows color (decimal): -11440409 or 15167057. OLE color: 15167057.
HSL color Cylindrical-coordinate representation of color #516EE7: hue angle of 228.4º degrees, saturation: 0.76, 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 #516EE7 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 110 | 231 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.09 |
| HSL | 228.4º | 0.76% | 0.61% | - |
| HSV(B) | 228.4º | 0.65% | 0.91% | - |
| XYZ | 23.39 | 18.67 | 77.97 | - |
| YUV | 115.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 231 | 0.65 | 0.52 | 0 | 0.09 | 228.4 | 0.76 | 0.61 |
| Hex | 51 | 6E | E7 | 41 | 34 | 0 | 9 | E4 | 4C | 3D |
| Octal | 121 | 156 | 347 | 101 | 64 | 0 | 11 | 344 | 114 | 75 |
| Binary | 1010001 | 1101110 | 11100111 | 1000001 | 110100 | 0 | 1001 | 11100100 | 1001100 | 111101 |
Color Harmonies of #516EE7
Complementary color
Monochromatic Colors of #516EE7
Black with #516EE7
Text Example
Text Example
White with #516EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EE7; }
p { color: rgb(81,110,231); }
H1.HeaderClassName
{
color: #516EE7;
}
.AnyTagClassName
{
color: #516EE7;
}
</style>
background-color css
<style>
a { background-color: #516EE7; }
a { background-color: rgb(81,110,231); }
div.DivClassName
{
background-color: #516EE7;
}
.BgClassName
{
background-color: #516EE7;
}
</style>
border-color css
<style>
span { border-color: #516EE7; }
span { border-color: rgb(81,110,231); }
td.TdClassName
{
border-color: #516EE7;
}
.TagClassName
{
border-color: #516EE7;
}
</style>