Shades of Royal Blue #516DED
Tints of Royal Blue #516DED
RGB
CMYK
RGB Variations
Color information
#516DED (or 0x516DED) is known color: Royal Blue. HEX triplet: 51, 6D and ED. RGB value is (81,109,237). Sum of RGB (Red+Green+Blue) = 81+109+237=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 109 (42.97% from 255 or 25.53% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #516DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516DED is #AE9212. Grayscale: #727272. Windows color (decimal): -11440659 or 15560017. OLE color: 15560017.
HSL color Cylindrical-coordinate representation of color #516DED: hue angle of 229.23º 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 #516DED is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 109 | 237 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.07 |
| HSL | 229.23º | 0.81% | 0.62% | - |
| HSV(B) | 229.23º | 0.66% | 0.93% | - |
| XYZ | 24.15 | 18.8 | 82.48 | - |
| YUV | 115.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 237 | 0.66 | 0.54 | 0 | 0.07 | 229.23 | 0.81 | 0.62 |
| Hex | 51 | 6D | ED | 42 | 36 | 0 | 7 | E5 | 51 | 3E |
| Octal | 121 | 155 | 355 | 102 | 66 | 0 | 7 | 345 | 121 | 76 |
| Binary | 1010001 | 1101101 | 11101101 | 1000010 | 110110 | 0 | 111 | 11100101 | 1010001 | 111110 |
Color Harmonies of #516DED
Complementary color
Monochromatic Colors of #516DED
Black with #516DED
Text Example
Text Example
White with #516DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DED; }
p { color: rgb(81,109,237); }
H1.HeaderClassName
{
color: #516DED;
}
.AnyTagClassName
{
color: #516DED;
}
</style>
background-color css
<style>
a { background-color: #516DED; }
a { background-color: rgb(81,109,237); }
div.DivClassName
{
background-color: #516DED;
}
.BgClassName
{
background-color: #516DED;
}
</style>
border-color css
<style>
span { border-color: #516DED; }
span { border-color: rgb(81,109,237); }
td.TdClassName
{
border-color: #516DED;
}
.TagClassName
{
border-color: #516DED;
}
</style>