Shades of Royal Blue #516CD3
Tints of Royal Blue #516CD3
RGB
CMYK
RGB Variations
Color information
#516CD3 (or 0x516CD3) is known color: Royal Blue. HEX triplet: 51, 6C and D3. RGB value is (81,108,211). Sum of RGB (Red+Green+Blue) = 81+108+211=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 211 (82.81% from 255 or 52.75% from 400); Max value from RGB is 211 - color contains mainly: blue. Hex color #516CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CD3 is #AE932C. Grayscale: #6F6F6F. Windows color (decimal): -11440941 or 13855825. OLE color: 13855825.
HSL color Cylindrical-coordinate representation of color #516CD3: hue angle of 227.54º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #516CD3 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 108 | 211 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.17 |
| HSL | 227.54º | 0.6% | 0.57% | - |
| HSV(B) | 227.54º | 0.62% | 0.83% | - |
| XYZ | 20.51 | 17.18 | 63.86 | - |
| YUV | 111.67 | 184.05 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 211 | 0.62 | 0.49 | 0 | 0.17 | 227.54 | 0.6 | 0.57 |
| Hex | 51 | 6C | D3 | 3E | 31 | 0 | 11 | E4 | 3C | 39 |
| Octal | 121 | 154 | 323 | 76 | 61 | 0 | 21 | 344 | 74 | 71 |
| Binary | 1010001 | 1101100 | 11010011 | 111110 | 110001 | 0 | 10001 | 11100100 | 111100 | 111001 |
Color Harmonies of #516CD3
Complementary color
Monochromatic Colors of #516CD3
Black with #516CD3
Text Example
Text Example
White with #516CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516CD3; }
p { color: rgb(81,108,211); }
H1.HeaderClassName
{
color: #516CD3;
}
.AnyTagClassName
{
color: #516CD3;
}
</style>
background-color css
<style>
a { background-color: #516CD3; }
a { background-color: rgb(81,108,211); }
div.DivClassName
{
background-color: #516CD3;
}
.BgClassName
{
background-color: #516CD3;
}
</style>
border-color css
<style>
span { border-color: #516CD3; }
span { border-color: rgb(81,108,211); }
td.TdClassName
{
border-color: #516CD3;
}
.TagClassName
{
border-color: #516CD3;
}
</style>