Shades of Royal Blue #515CDB
Tints of Royal Blue #515CDB
RGB
CMYK
RGB Variations
Color information
#515CDB (or 0x515CDB) is known color: Royal Blue. HEX triplet: 51, 5C and DB. RGB value is (81,92,219). Sum of RGB (Red+Green+Blue) = 81+92+219=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #515CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CDB is #AEA324. Grayscale: #666666. Windows color (decimal): -11445029 or 14376017. OLE color: 14376017.
HSL color Cylindrical-coordinate representation of color #515CDB: hue angle of 235.22º 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 #515CDB is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 92 | 219 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.14 |
| HSL | 235.22º | 0.66% | 0.59% | - |
| HSV(B) | 235.22º | 0.63% | 0.86% | - |
| XYZ | 20.01 | 14.52 | 68.77 | - |
| YUV | 103.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 219 | 0.63 | 0.58 | 0 | 0.14 | 235.22 | 0.66 | 0.59 |
| Hex | 51 | 5C | DB | 3F | 3A | 0 | E | EB | 42 | 3B |
| Octal | 121 | 134 | 333 | 77 | 72 | 0 | 16 | 353 | 102 | 73 |
| Binary | 1010001 | 1011100 | 11011011 | 111111 | 111010 | 0 | 1110 | 11101011 | 1000010 | 111011 |
Color Harmonies of #515CDB
Complementary color
Monochromatic Colors of #515CDB
Black with #515CDB
Text Example
Text Example
White with #515CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CDB; }
p { color: rgb(81,92,219); }
H1.HeaderClassName
{
color: #515CDB;
}
.AnyTagClassName
{
color: #515CDB;
}
</style>
background-color css
<style>
a { background-color: #515CDB; }
a { background-color: rgb(81,92,219); }
div.DivClassName
{
background-color: #515CDB;
}
.BgClassName
{
background-color: #515CDB;
}
</style>
border-color css
<style>
span { border-color: #515CDB; }
span { border-color: rgb(81,92,219); }
td.TdClassName
{
border-color: #515CDB;
}
.TagClassName
{
border-color: #515CDB;
}
</style>