Shades of Royal Blue #516DDA
Tints of Royal Blue #516DDA
RGB
CMYK
RGB Variations
Color information
#516DDA (or 0x516DDA) is known color: Royal Blue. HEX triplet: 51, 6D and DA. RGB value is (81,109,218). Sum of RGB (Red+Green+Blue) = 81+109+218=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #516DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DDA is #AE9225. Grayscale: #707070. Windows color (decimal): -11440678 or 14314833. OLE color: 14314833.
HSL color Cylindrical-coordinate representation of color #516DDA: hue angle of 227.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516DDA is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 109 | 218 | - |
| CMYK | 0.63 | 0.5 | 0 | 0.15 |
| HSL | 227.74º | 0.65% | 0.59% | - |
| HSV(B) | 227.74º | 0.63% | 0.85% | - |
| XYZ | 21.52 | 17.75 | 68.62 | - |
| YUV | 113.05 | 187.22 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 218 | 0.63 | 0.5 | 0 | 0.15 | 227.74 | 0.65 | 0.59 |
| Hex | 51 | 6D | DA | 3F | 32 | 0 | F | E4 | 41 | 3B |
| Octal | 121 | 155 | 332 | 77 | 62 | 0 | 17 | 344 | 101 | 73 |
| Binary | 1010001 | 1101101 | 11011010 | 111111 | 110010 | 0 | 1111 | 11100100 | 1000001 | 111011 |
Color Harmonies of #516DDA
Complementary color
Monochromatic Colors of #516DDA
Black with #516DDA
Text Example
Text Example
White with #516DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DDA; }
p { color: rgb(81,109,218); }
H1.HeaderClassName
{
color: #516DDA;
}
.AnyTagClassName
{
color: #516DDA;
}
</style>
background-color css
<style>
a { background-color: #516DDA; }
a { background-color: rgb(81,109,218); }
div.DivClassName
{
background-color: #516DDA;
}
.BgClassName
{
background-color: #516DDA;
}
</style>
border-color css
<style>
span { border-color: #516DDA; }
span { border-color: rgb(81,109,218); }
td.TdClassName
{
border-color: #516DDA;
}
.TagClassName
{
border-color: #516DDA;
}
</style>