Shades of Royal Blue #516EED
Tints of Royal Blue #516EED
RGB
CMYK
RGB Variations
Color information
#516EED (or 0x516EED) is known color: Royal Blue. HEX triplet: 51, 6E and ED. RGB value is (81,110,237). Sum of RGB (Red+Green+Blue) = 81+110+237=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #516EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516EED is #AE9112. Grayscale: #737373. Windows color (decimal): -11440403 or 15560273. OLE color: 15560273.
HSL color Cylindrical-coordinate representation of color #516EED: hue angle of 228.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #516EED is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 110 | 237 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.07 |
| HSL | 228.85º | 0.81% | 0.62% | - |
| HSV(B) | 228.85º | 0.66% | 0.93% | - |
| XYZ | 24.26 | 19.02 | 82.51 | - |
| YUV | 115.81 | 196.39 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 110 | 237 | 0.66 | 0.54 | 0 | 0.07 | 228.85 | 0.81 | 0.62 |
| Hex | 51 | 6E | ED | 42 | 36 | 0 | 7 | E5 | 51 | 3E |
| Octal | 121 | 156 | 355 | 102 | 66 | 0 | 7 | 345 | 121 | 76 |
| Binary | 1010001 | 1101110 | 11101101 | 1000010 | 110110 | 0 | 111 | 11100101 | 1010001 | 111110 |
Color Harmonies of #516EED
Complementary color
Monochromatic Colors of #516EED
Black with #516EED
Text Example
Text Example
White with #516EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516EED; }
p { color: rgb(81,110,237); }
H1.HeaderClassName
{
color: #516EED;
}
.AnyTagClassName
{
color: #516EED;
}
</style>
background-color css
<style>
a { background-color: #516EED; }
a { background-color: rgb(81,110,237); }
div.DivClassName
{
background-color: #516EED;
}
.BgClassName
{
background-color: #516EED;
}
</style>
border-color css
<style>
span { border-color: #516EED; }
span { border-color: rgb(81,110,237); }
td.TdClassName
{
border-color: #516EED;
}
.TagClassName
{
border-color: #516EED;
}
</style>