Shades of Royal Blue #517CDB
Tints of Royal Blue #517CDB
RGB
CMYK
RGB Variations
Color information
#517CDB (or 0x517CDB) is known color: Royal Blue. HEX triplet: 51, 7C and DB. RGB value is (81,124,219). Sum of RGB (Red+Green+Blue) = 81+124+219=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #517CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517CDB is #AE8324. Grayscale: #797979. Windows color (decimal): -11436837 or 14384209. OLE color: 14384209.
HSL color Cylindrical-coordinate representation of color #517CDB: hue angle of 221.3º degrees, saturation: 0.66, 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 #517CDB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 124 | 219 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.14 |
| HSL | 221.3º | 0.66% | 0.59% | - |
| HSV(B) | 221.3º | 0.63% | 0.86% | - |
| XYZ | 23.39 | 21.28 | 69.89 | - |
| YUV | 121.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 219 | 0.63 | 0.43 | 0 | 0.14 | 221.3 | 0.66 | 0.59 |
| Hex | 51 | 7C | DB | 3F | 2B | 0 | E | DD | 42 | 3B |
| Octal | 121 | 174 | 333 | 77 | 53 | 0 | 16 | 335 | 102 | 73 |
| Binary | 1010001 | 1111100 | 11011011 | 111111 | 101011 | 0 | 1110 | 11011101 | 1000010 | 111011 |
Color Harmonies of #517CDB
Complementary color
Monochromatic Colors of #517CDB
Black with #517CDB
Text Example
Text Example
White with #517CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517CDB; }
p { color: rgb(81,124,219); }
H1.HeaderClassName
{
color: #517CDB;
}
.AnyTagClassName
{
color: #517CDB;
}
</style>
background-color css
<style>
a { background-color: #517CDB; }
a { background-color: rgb(81,124,219); }
div.DivClassName
{
background-color: #517CDB;
}
.BgClassName
{
background-color: #517CDB;
}
</style>
border-color css
<style>
span { border-color: #517CDB; }
span { border-color: rgb(81,124,219); }
td.TdClassName
{
border-color: #517CDB;
}
.TagClassName
{
border-color: #517CDB;
}
</style>