Shades of Royal Blue #516DDF
Tints of Royal Blue #516DDF
RGB
CMYK
RGB Variations
Color information
#516DDF (or 0x516DDF) is known color: Royal Blue. HEX triplet: 51, 6D and DF. RGB value is (81,109,223). Sum of RGB (Red+Green+Blue) = 81+109+223=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #516DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DDF is #AE9220. Grayscale: #717171. Windows color (decimal): -11440673 or 14642513. OLE color: 14642513.
HSL color Cylindrical-coordinate representation of color #516DDF: hue angle of 228.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #516DDF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 109 | 223 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.13 |
| HSL | 228.17º | 0.69% | 0.6% | - |
| HSV(B) | 228.17º | 0.64% | 0.87% | - |
| XYZ | 22.18 | 18.01 | 72.12 | - |
| YUV | 113.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 223 | 0.64 | 0.51 | 0 | 0.13 | 228.17 | 0.69 | 0.6 |
| Hex | 51 | 6D | DF | 40 | 33 | 0 | D | E4 | 45 | 3C |
| Octal | 121 | 155 | 337 | 100 | 63 | 0 | 15 | 344 | 105 | 74 |
| Binary | 1010001 | 1101101 | 11011111 | 1000000 | 110011 | 0 | 1101 | 11100100 | 1000101 | 111100 |
Color Harmonies of #516DDF
Complementary color
Monochromatic Colors of #516DDF
Black with #516DDF
Text Example
Text Example
White with #516DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DDF; }
p { color: rgb(81,109,223); }
H1.HeaderClassName
{
color: #516DDF;
}
.AnyTagClassName
{
color: #516DDF;
}
</style>
background-color css
<style>
a { background-color: #516DDF; }
a { background-color: rgb(81,109,223); }
div.DivClassName
{
background-color: #516DDF;
}
.BgClassName
{
background-color: #516DDF;
}
</style>
border-color css
<style>
span { border-color: #516DDF; }
span { border-color: rgb(81,109,223); }
td.TdClassName
{
border-color: #516DDF;
}
.TagClassName
{
border-color: #516DDF;
}
</style>