Shades of Royal Blue #516CE7
Tints of Royal Blue #516CE7
RGB
CMYK
RGB Variations
Color information
#516CE7 (or 0x516CE7) is known color: Royal Blue. HEX triplet: 51, 6C and E7. RGB value is (81,108,231). Sum of RGB (Red+Green+Blue) = 81+108+231=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #516CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CE7 is #AE9318. Grayscale: #717171. Windows color (decimal): -11440921 or 15166545. OLE color: 15166545.
HSL color Cylindrical-coordinate representation of color #516CE7: hue angle of 229.2º 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 #516CE7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 108 | 231 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.09 |
| HSL | 229.2º | 0.76% | 0.61% | - |
| HSV(B) | 229.2º | 0.65% | 0.91% | - |
| XYZ | 23.18 | 18.24 | 77.9 | - |
| YUV | 113.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 231 | 0.65 | 0.53 | 0 | 0.09 | 229.2 | 0.76 | 0.61 |
| Hex | 51 | 6C | E7 | 41 | 35 | 0 | 9 | E5 | 4C | 3D |
| Octal | 121 | 154 | 347 | 101 | 65 | 0 | 11 | 345 | 114 | 75 |
| Binary | 1010001 | 1101100 | 11100111 | 1000001 | 110101 | 0 | 1001 | 11100101 | 1001100 | 111101 |
Color Harmonies of #516CE7
Complementary color
Monochromatic Colors of #516CE7
Black with #516CE7
Text Example
Text Example
White with #516CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CE7; }
p { color: rgb(81,108,231); }
H1.HeaderClassName
{
color: #516CE7;
}
.AnyTagClassName
{
color: #516CE7;
}
</style>
background-color css
<style>
a { background-color: #516CE7; }
a { background-color: rgb(81,108,231); }
div.DivClassName
{
background-color: #516CE7;
}
.BgClassName
{
background-color: #516CE7;
}
</style>
border-color css
<style>
span { border-color: #516CE7; }
span { border-color: rgb(81,108,231); }
td.TdClassName
{
border-color: #516CE7;
}
.TagClassName
{
border-color: #516CE7;
}
</style>