Shades of Royal Blue #516CED
Tints of Royal Blue #516CED
RGB
CMYK
RGB Variations
Color information
#516CED (or 0x516CED) is known color: Royal Blue. HEX triplet: 51, 6C and ED. RGB value is (81,108,237). Sum of RGB (Red+Green+Blue) = 81+108+237=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #516CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CED is #AE9312. Grayscale: #727272. Windows color (decimal): -11440915 or 15559761. OLE color: 15559761.
HSL color Cylindrical-coordinate representation of color #516CED: hue angle of 229.62º 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 #516CED is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 108 | 237 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.07 |
| HSL | 229.62º | 0.81% | 0.62% | - |
| HSV(B) | 229.62º | 0.66% | 0.93% | - |
| XYZ | 24.04 | 18.59 | 82.44 | - |
| YUV | 114.63 | 197.05 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 237 | 0.66 | 0.54 | 0 | 0.07 | 229.62 | 0.81 | 0.62 |
| Hex | 51 | 6C | ED | 42 | 36 | 0 | 7 | E6 | 51 | 3E |
| Octal | 121 | 154 | 355 | 102 | 66 | 0 | 7 | 346 | 121 | 76 |
| Binary | 1010001 | 1101100 | 11101101 | 1000010 | 110110 | 0 | 111 | 11100110 | 1010001 | 111110 |
Color Harmonies of #516CED
Complementary color
Monochromatic Colors of #516CED
Black with #516CED
Text Example
Text Example
White with #516CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CED; }
p { color: rgb(81,108,237); }
H1.HeaderClassName
{
color: #516CED;
}
.AnyTagClassName
{
color: #516CED;
}
</style>
background-color css
<style>
a { background-color: #516CED; }
a { background-color: rgb(81,108,237); }
div.DivClassName
{
background-color: #516CED;
}
.BgClassName
{
background-color: #516CED;
}
</style>
border-color css
<style>
span { border-color: #516CED; }
span { border-color: rgb(81,108,237); }
td.TdClassName
{
border-color: #516CED;
}
.TagClassName
{
border-color: #516CED;
}
</style>