Shades of Royal Blue #516FDD
Tints of Royal Blue #516FDD
RGB
CMYK
RGB Variations
Color information
#516FDD (or 0x516FDD) is known color: Royal Blue. HEX triplet: 51, 6F and DD. RGB value is (81,111,221). Sum of RGB (Red+Green+Blue) = 81+111+221=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #516FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516FDD is #AE9022. Grayscale: #727272. Windows color (decimal): -11440163 or 14511953. OLE color: 14511953.
HSL color Cylindrical-coordinate representation of color #516FDD: hue angle of 227.14º 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 #516FDD is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 111 | 221 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.13 |
| HSL | 227.14º | 0.67% | 0.59% | - |
| HSV(B) | 227.14º | 0.63% | 0.87% | - |
| XYZ | 22.13 | 18.34 | 70.78 | - |
| YUV | 114.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 111 | 221 | 0.63 | 0.50 | 0 | 0.13 | 227.14 | 0.67 | 0.59 |
| Hex | 51 | 6F | DD | 3F | 32 | 0 | D | E3 | 43 | 3B |
| Octal | 121 | 157 | 335 | 77 | 62 | 0 | 15 | 343 | 103 | 73 |
| Binary | 1010001 | 1101111 | 11011101 | 111111 | 110010 | 0 | 1101 | 11100011 | 1000011 | 111011 |
Color Harmonies of #516FDD
Complementary color
Monochromatic Colors of #516FDD
Black with #516FDD
Text Example
Text Example
White with #516FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516FDD; }
p { color: rgb(81,111,221); }
H1.HeaderClassName
{
color: #516FDD;
}
.AnyTagClassName
{
color: #516FDD;
}
</style>
background-color css
<style>
a { background-color: #516FDD; }
a { background-color: rgb(81,111,221); }
div.DivClassName
{
background-color: #516FDD;
}
.BgClassName
{
background-color: #516FDD;
}
</style>
border-color css
<style>
span { border-color: #516FDD; }
span { border-color: rgb(81,111,221); }
td.TdClassName
{
border-color: #516FDD;
}
.TagClassName
{
border-color: #516FDD;
}
</style>