Shades of Royal Blue #516CE9
Tints of Royal Blue #516CE9
RGB
CMYK
RGB Variations
Color information
#516CE9 (or 0x516CE9) is known color: Royal Blue. HEX triplet: 51, 6C and E9. RGB value is (81,108,233). Sum of RGB (Red+Green+Blue) = 81+108+233=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #516CE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516CE9 is #AE9316. Grayscale: #717171. Windows color (decimal): -11440919 or 15297617. OLE color: 15297617.
HSL color Cylindrical-coordinate representation of color #516CE9: hue angle of 229.34º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #516CE9 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 108 | 233 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.09 |
| HSL | 229.34º | 0.78% | 0.62% | - |
| HSV(B) | 229.34º | 0.65% | 0.91% | - |
| XYZ | 23.46 | 18.36 | 79.4 | - |
| YUV | 114.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 233 | 0.65 | 0.54 | 0 | 0.09 | 229.34 | 0.78 | 0.62 |
| Hex | 51 | 6C | E9 | 41 | 36 | 0 | 9 | E5 | 4E | 3E |
| Octal | 121 | 154 | 351 | 101 | 66 | 0 | 11 | 345 | 116 | 76 |
| Binary | 1010001 | 1101100 | 11101001 | 1000001 | 110110 | 0 | 1001 | 11100101 | 1001110 | 111110 |
Color Harmonies of #516CE9
Complementary color
Monochromatic Colors of #516CE9
Black with #516CE9
Text Example
Text Example
White with #516CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CE9; }
p { color: rgb(81,108,233); }
H1.HeaderClassName
{
color: #516CE9;
}
.AnyTagClassName
{
color: #516CE9;
}
</style>
background-color css
<style>
a { background-color: #516CE9; }
a { background-color: rgb(81,108,233); }
div.DivClassName
{
background-color: #516CE9;
}
.BgClassName
{
background-color: #516CE9;
}
</style>
border-color css
<style>
span { border-color: #516CE9; }
span { border-color: rgb(81,108,233); }
td.TdClassName
{
border-color: #516CE9;
}
.TagClassName
{
border-color: #516CE9;
}
</style>