Shades of Royal Blue #516FD1
Tints of Royal Blue #516FD1
RGB
CMYK
RGB Variations
Color information
#516FD1 (or 0x516FD1) is known color: Royal Blue. HEX triplet: 51, 6F and D1. RGB value is (81,111,209). Sum of RGB (Red+Green+Blue) = 81+111+209=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #516FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FD1 is #AE902E. Grayscale: #707070. Windows color (decimal): -11440175 or 13725521. OLE color: 13725521.
HSL color Cylindrical-coordinate representation of color #516FD1: hue angle of 225.94º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516FD1 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 111 | 209 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.18 |
| HSL | 225.94º | 0.58% | 0.57% | - |
| HSV(B) | 225.94º | 0.61% | 0.82% | - |
| XYZ | 20.59 | 17.72 | 62.66 | - |
| YUV | 113.2 | 182.06 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 209 | 0.61 | 0.47 | 0 | 0.18 | 225.94 | 0.58 | 0.57 |
| Hex | 51 | 6F | D1 | 3D | 2F | 0 | 12 | E2 | 3A | 39 |
| Octal | 121 | 157 | 321 | 75 | 57 | 0 | 22 | 342 | 72 | 71 |
| Binary | 1010001 | 1101111 | 11010001 | 111101 | 101111 | 0 | 10010 | 11100010 | 111010 | 111001 |
Color Harmonies of #516FD1
Complementary color
Monochromatic Colors of #516FD1
Black with #516FD1
Text Example
Text Example
White with #516FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FD1; }
p { color: rgb(81,111,209); }
H1.HeaderClassName
{
color: #516FD1;
}
.AnyTagClassName
{
color: #516FD1;
}
</style>
background-color css
<style>
a { background-color: #516FD1; }
a { background-color: rgb(81,111,209); }
div.DivClassName
{
background-color: #516FD1;
}
.BgClassName
{
background-color: #516FD1;
}
</style>
border-color css
<style>
span { border-color: #516FD1; }
span { border-color: rgb(81,111,209); }
td.TdClassName
{
border-color: #516FD1;
}
.TagClassName
{
border-color: #516FD1;
}
</style>