Shades of Royal Blue #516DCF
Tints of Royal Blue #516DCF
RGB
CMYK
RGB Variations
Color information
#516DCF (or 0x516DCF) is known color: Royal Blue. HEX triplet: 51, 6D and CF. RGB value is (81,109,207). Sum of RGB (Red+Green+Blue) = 81+109+207=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #516DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DCF is #AE9230. Grayscale: #6F6F6F. Windows color (decimal): -11440689 or 13593937. OLE color: 13593937.
HSL color Cylindrical-coordinate representation of color #516DCF: hue angle of 226.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #516DCF is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 109 | 207 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.19 |
| HSL | 226.67º | 0.57% | 0.56% | - |
| HSV(B) | 226.67º | 0.61% | 0.81% | - |
| XYZ | 20.12 | 17.19 | 61.29 | - |
| YUV | 111.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 207 | 0.61 | 0.47 | 0 | 0.19 | 226.67 | 0.57 | 0.56 |
| Hex | 51 | 6D | CF | 3D | 2F | 0 | 13 | E3 | 39 | 38 |
| Octal | 121 | 155 | 317 | 75 | 57 | 0 | 23 | 343 | 71 | 70 |
| Binary | 1010001 | 1101101 | 11001111 | 111101 | 101111 | 0 | 10011 | 11100011 | 111001 | 111000 |
Color Harmonies of #516DCF
Complementary color
Monochromatic Colors of #516DCF
Black with #516DCF
Text Example
Text Example
White with #516DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DCF; }
p { color: rgb(81,109,207); }
H1.HeaderClassName
{
color: #516DCF;
}
.AnyTagClassName
{
color: #516DCF;
}
</style>
background-color css
<style>
a { background-color: #516DCF; }
a { background-color: rgb(81,109,207); }
div.DivClassName
{
background-color: #516DCF;
}
.BgClassName
{
background-color: #516DCF;
}
</style>
border-color css
<style>
span { border-color: #516DCF; }
span { border-color: rgb(81,109,207); }
td.TdClassName
{
border-color: #516DCF;
}
.TagClassName
{
border-color: #516DCF;
}
</style>