Shades of Royal Blue #516BDC
Tints of Royal Blue #516BDC
RGB
CMYK
RGB Variations
Color information
#516BDC (or 0x516BDC) is known color: Royal Blue. HEX triplet: 51, 6B and DC. RGB value is (81,107,220). Sum of RGB (Red+Green+Blue) = 81+107+220=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #516BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BDC is #AE9423. Grayscale: #6F6F6F. Windows color (decimal): -11441188 or 14445393. OLE color: 14445393.
HSL color Cylindrical-coordinate representation of color #516BDC: hue angle of 228.78º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #516BDC is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 107 | 220 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.14 |
| HSL | 228.78º | 0.67% | 0.59% | - |
| HSV(B) | 228.78º | 0.63% | 0.86% | - |
| XYZ | 21.57 | 17.43 | 69.94 | - |
| YUV | 112.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 220 | 0.63 | 0.51 | 0 | 0.14 | 228.78 | 0.67 | 0.59 |
| Hex | 51 | 6B | DC | 3F | 33 | 0 | E | E5 | 43 | 3B |
| Octal | 121 | 153 | 334 | 77 | 63 | 0 | 16 | 345 | 103 | 73 |
| Binary | 1010001 | 1101011 | 11011100 | 111111 | 110011 | 0 | 1110 | 11100101 | 1000011 | 111011 |
Color Harmonies of #516BDC
Complementary color
Monochromatic Colors of #516BDC
Black with #516BDC
Text Example
Text Example
White with #516BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516BDC; }
p { color: rgb(81,107,220); }
H1.HeaderClassName
{
color: #516BDC;
}
.AnyTagClassName
{
color: #516BDC;
}
</style>
background-color css
<style>
a { background-color: #516BDC; }
a { background-color: rgb(81,107,220); }
div.DivClassName
{
background-color: #516BDC;
}
.BgClassName
{
background-color: #516BDC;
}
</style>
border-color css
<style>
span { border-color: #516BDC; }
span { border-color: rgb(81,107,220); }
td.TdClassName
{
border-color: #516BDC;
}
.TagClassName
{
border-color: #516BDC;
}
</style>