Shades of Royal Blue #516BD9
Tints of Royal Blue #516BD9
RGB
CMYK
RGB Variations
Color information
#516BD9 (or 0x516BD9) is known color: Royal Blue. HEX triplet: 51, 6B and D9. RGB value is (81,107,217). Sum of RGB (Red+Green+Blue) = 81+107+217=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 217 (85.16% from 255 or 53.58% from 405); Max value from RGB is 217 - color contains mainly: blue. Hex color #516BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BD9 is #AE9426. Grayscale: #6F6F6F. Windows color (decimal): -11441191 or 14248785. OLE color: 14248785.
HSL color Cylindrical-coordinate representation of color #516BD9: hue angle of 228.53º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516BD9 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 107 | 217 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.15 |
| HSL | 228.53º | 0.64% | 0.58% | - |
| HSV(B) | 228.53º | 0.63% | 0.85% | - |
| XYZ | 21.18 | 17.27 | 67.86 | - |
| YUV | 111.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 217 | 0.63 | 0.51 | 0 | 0.15 | 228.53 | 0.64 | 0.58 |
| Hex | 51 | 6B | D9 | 3F | 33 | 0 | F | E5 | 40 | 3A |
| Octal | 121 | 153 | 331 | 77 | 63 | 0 | 17 | 345 | 100 | 72 |
| Binary | 1010001 | 1101011 | 11011001 | 111111 | 110011 | 0 | 1111 | 11100101 | 1000000 | 111010 |
Color Harmonies of #516BD9
Complementary color
Monochromatic Colors of #516BD9
Black with #516BD9
Text Example
Text Example
White with #516BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BD9; }
p { color: rgb(81,107,217); }
H1.HeaderClassName
{
color: #516BD9;
}
.AnyTagClassName
{
color: #516BD9;
}
</style>
background-color css
<style>
a { background-color: #516BD9; }
a { background-color: rgb(81,107,217); }
div.DivClassName
{
background-color: #516BD9;
}
.BgClassName
{
background-color: #516BD9;
}
</style>
border-color css
<style>
span { border-color: #516BD9; }
span { border-color: rgb(81,107,217); }
td.TdClassName
{
border-color: #516BD9;
}
.TagClassName
{
border-color: #516BD9;
}
</style>