Shades of Royal Blue #516DCB
Tints of Royal Blue #516DCB
RGB
CMYK
RGB Variations
Color information
#516DCB (or 0x516DCB) is known color: Royal Blue. HEX triplet: 51, 6D and CB. RGB value is (81,109,203). Sum of RGB (Red+Green+Blue) = 81+109+203=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #516DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516DCB is #AE9234. Grayscale: #6E6E6E. Windows color (decimal): -11440693 or 13331793. OLE color: 13331793.
HSL color Cylindrical-coordinate representation of color #516DCB: hue angle of 226.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516DCB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 109 | 203 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.20 |
| HSL | 226.23º | 0.54% | 0.56% | - |
| HSV(B) | 226.23º | 0.6% | 0.8% | - |
| XYZ | 19.64 | 17 | 58.75 | - |
| YUV | 111.34 | 179.72 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 203 | 0.60 | 0.46 | 0 | 0.20 | 226.23 | 0.54 | 0.56 |
| Hex | 51 | 6D | CB | 3C | 2E | 0 | 14 | E2 | 36 | 38 |
| Octal | 121 | 155 | 313 | 74 | 56 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010001 | 1101101 | 11001011 | 111100 | 101110 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #516DCB
Complementary color
Monochromatic Colors of #516DCB
Black with #516DCB
Text Example
Text Example
White with #516DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516DCB; }
p { color: rgb(81,109,203); }
H1.HeaderClassName
{
color: #516DCB;
}
.AnyTagClassName
{
color: #516DCB;
}
</style>
background-color css
<style>
a { background-color: #516DCB; }
a { background-color: rgb(81,109,203); }
div.DivClassName
{
background-color: #516DCB;
}
.BgClassName
{
background-color: #516DCB;
}
</style>
border-color css
<style>
span { border-color: #516DCB; }
span { border-color: rgb(81,109,203); }
td.TdClassName
{
border-color: #516DCB;
}
.TagClassName
{
border-color: #516DCB;
}
</style>