Shades of Royal Blue #516DDD
Tints of Royal Blue #516DDD
RGB
CMYK
RGB Variations
Color information
#516DDD (or 0x516DDD) is known color: Royal Blue. HEX triplet: 51, 6D and DD. RGB value is (81,109,221). Sum of RGB (Red+Green+Blue) = 81+109+221=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #516DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DDD is #AE9222. Grayscale: #707070. Windows color (decimal): -11440675 or 14511441. OLE color: 14511441.
HSL color Cylindrical-coordinate representation of color #516DDD: hue angle of 228º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516DDD is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 109 | 221 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.13 |
| HSL | 228º | 0.67% | 0.59% | - |
| HSV(B) | 228º | 0.63% | 0.87% | - |
| XYZ | 21.91 | 17.91 | 70.71 | - |
| YUV | 113.4 | 188.72 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 221 | 0.63 | 0.51 | 0 | 0.13 | 228 | 0.67 | 0.59 |
| Hex | 51 | 6D | DD | 3F | 33 | 0 | D | E4 | 43 | 3B |
| Octal | 121 | 155 | 335 | 77 | 63 | 0 | 15 | 344 | 103 | 73 |
| Binary | 1010001 | 1101101 | 11011101 | 111111 | 110011 | 0 | 1101 | 11100100 | 1000011 | 111011 |
Color Harmonies of #516DDD
Complementary color
Monochromatic Colors of #516DDD
Black with #516DDD
Text Example
Text Example
White with #516DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DDD; }
p { color: rgb(81,109,221); }
H1.HeaderClassName
{
color: #516DDD;
}
.AnyTagClassName
{
color: #516DDD;
}
</style>
background-color css
<style>
a { background-color: #516DDD; }
a { background-color: rgb(81,109,221); }
div.DivClassName
{
background-color: #516DDD;
}
.BgClassName
{
background-color: #516DDD;
}
</style>
border-color css
<style>
span { border-color: #516DDD; }
span { border-color: rgb(81,109,221); }
td.TdClassName
{
border-color: #516DDD;
}
.TagClassName
{
border-color: #516DDD;
}
</style>