Shades of Royal Blue #516DD5
Tints of Royal Blue #516DD5
RGB
CMYK
RGB Variations
Color information
#516DD5 (or 0x516DD5) is known color: Royal Blue. HEX triplet: 51, 6D and D5. RGB value is (81,109,213). Sum of RGB (Red+Green+Blue) = 81+109+213=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #516DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DD5 is #AE922A. Grayscale: #707070. Windows color (decimal): -11440683 or 13987153. OLE color: 13987153.
HSL color Cylindrical-coordinate representation of color #516DD5: hue angle of 227.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516DD5 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 109 | 213 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.16 |
| HSL | 227.27º | 0.61% | 0.58% | - |
| HSV(B) | 227.27º | 0.62% | 0.84% | - |
| XYZ | 20.87 | 17.49 | 65.23 | - |
| YUV | 112.48 | 184.72 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 213 | 0.62 | 0.49 | 0 | 0.16 | 227.27 | 0.61 | 0.58 |
| Hex | 51 | 6D | D5 | 3E | 31 | 0 | 10 | E3 | 3D | 3A |
| Octal | 121 | 155 | 325 | 76 | 61 | 0 | 20 | 343 | 75 | 72 |
| Binary | 1010001 | 1101101 | 11010101 | 111110 | 110001 | 0 | 10000 | 11100011 | 111101 | 111010 |
Color Harmonies of #516DD5
Complementary color
Monochromatic Colors of #516DD5
Black with #516DD5
Text Example
Text Example
White with #516DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DD5; }
p { color: rgb(81,109,213); }
H1.HeaderClassName
{
color: #516DD5;
}
.AnyTagClassName
{
color: #516DD5;
}
</style>
background-color css
<style>
a { background-color: #516DD5; }
a { background-color: rgb(81,109,213); }
div.DivClassName
{
background-color: #516DD5;
}
.BgClassName
{
background-color: #516DD5;
}
</style>
border-color css
<style>
span { border-color: #516DD5; }
span { border-color: rgb(81,109,213); }
td.TdClassName
{
border-color: #516DD5;
}
.TagClassName
{
border-color: #516DD5;
}
</style>