Shades of Royal Blue #516FE9
Tints of Royal Blue #516FE9
RGB
CMYK
RGB Variations
Color information
#516FE9 (or 0x516FE9) is known color: Royal Blue. HEX triplet: 51, 6F and E9. RGB value is (81,111,233). Sum of RGB (Red+Green+Blue) = 81+111+233=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #516FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #516FE9 is #AE9016. Grayscale: #737373. Windows color (decimal): -11440151 or 15298385. OLE color: 15298385.
HSL color Cylindrical-coordinate representation of color #516FE9: hue angle of 228.16º 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 #516FE9 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 111 | 233 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.09 |
| HSL | 228.16º | 0.78% | 0.62% | - |
| HSV(B) | 228.16º | 0.65% | 0.91% | - |
| XYZ | 23.79 | 19 | 79.5 | - |
| YUV | 115.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 233 | 0.65 | 0.52 | 0 | 0.09 | 228.16 | 0.78 | 0.62 |
| Hex | 51 | 6F | E9 | 41 | 34 | 0 | 9 | E4 | 4E | 3E |
| Octal | 121 | 157 | 351 | 101 | 64 | 0 | 11 | 344 | 116 | 76 |
| Binary | 1010001 | 1101111 | 11101001 | 1000001 | 110100 | 0 | 1001 | 11100100 | 1001110 | 111110 |
Color Harmonies of #516FE9
Complementary color
Monochromatic Colors of #516FE9
Black with #516FE9
Text Example
Text Example
White with #516FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FE9; }
p { color: rgb(81,111,233); }
H1.HeaderClassName
{
color: #516FE9;
}
.AnyTagClassName
{
color: #516FE9;
}
</style>
background-color css
<style>
a { background-color: #516FE9; }
a { background-color: rgb(81,111,233); }
div.DivClassName
{
background-color: #516FE9;
}
.BgClassName
{
background-color: #516FE9;
}
</style>
border-color css
<style>
span { border-color: #516FE9; }
span { border-color: rgb(81,111,233); }
td.TdClassName
{
border-color: #516FE9;
}
.TagClassName
{
border-color: #516FE9;
}
</style>