Shades of Royal Blue #516CEA
Tints of Royal Blue #516CEA
RGB
CMYK
RGB Variations
Color information
#516CEA (or 0x516CEA) is known color: Royal Blue. HEX triplet: 51, 6C and EA. RGB value is (81,108,234). Sum of RGB (Red+Green+Blue) = 81+108+234=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #516CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CEA is #AE9315. Grayscale: #717171. Windows color (decimal): -11440918 or 15363153. OLE color: 15363153.
HSL color Cylindrical-coordinate representation of color #516CEA: hue angle of 229.41º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516CEA is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 108 | 234 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.08 |
| HSL | 229.41º | 0.78% | 0.62% | - |
| HSV(B) | 229.41º | 0.65% | 0.92% | - |
| XYZ | 23.61 | 18.41 | 80.15 | - |
| YUV | 114.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 234 | 0.65 | 0.54 | 0 | 0.08 | 229.41 | 0.78 | 0.62 |
| Hex | 51 | 6C | EA | 41 | 36 | 0 | 8 | E5 | 4E | 3E |
| Octal | 121 | 154 | 352 | 101 | 66 | 0 | 10 | 345 | 116 | 76 |
| Binary | 1010001 | 1101100 | 11101010 | 1000001 | 110110 | 0 | 1000 | 11100101 | 1001110 | 111110 |
Color Harmonies of #516CEA
Complementary color
Monochromatic Colors of #516CEA
Black with #516CEA
Text Example
Text Example
White with #516CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CEA; }
p { color: rgb(81,108,234); }
H1.HeaderClassName
{
color: #516CEA;
}
.AnyTagClassName
{
color: #516CEA;
}
</style>
background-color css
<style>
a { background-color: #516CEA; }
a { background-color: rgb(81,108,234); }
div.DivClassName
{
background-color: #516CEA;
}
.BgClassName
{
background-color: #516CEA;
}
</style>
border-color css
<style>
span { border-color: #516CEA; }
span { border-color: rgb(81,108,234); }
td.TdClassName
{
border-color: #516CEA;
}
.TagClassName
{
border-color: #516CEA;
}
</style>