Shades of Royal Blue #596FDB
Tints of Royal Blue #596FDB
RGB
CMYK
RGB Variations
Color information
#596FDB (or 0x596FDB) is known color: Royal Blue. HEX triplet: 59, 6F and DB. RGB value is (89,111,219). Sum of RGB (Red+Green+Blue) = 89+111+219=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #596FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FDB is #A69024. Grayscale: #747474. Windows color (decimal): -10915877 or 14380889. OLE color: 14380889.
HSL color Cylindrical-coordinate representation of color #596FDB: hue angle of 229.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #596FDB is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 111 | 219 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.14 |
| HSL | 229.85º | 0.64% | 0.6% | - |
| HSV(B) | 229.85º | 0.59% | 0.86% | - |
| XYZ | 22.59 | 18.61 | 69.42 | - |
| YUV | 116.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 111 | 219 | 0.59 | 0.49 | 0 | 0.14 | 229.85 | 0.64 | 0.6 |
| Hex | 59 | 6F | DB | 3B | 31 | 0 | E | E6 | 40 | 3C |
| Octal | 131 | 157 | 333 | 73 | 61 | 0 | 16 | 346 | 100 | 74 |
| Binary | 1011001 | 1101111 | 11011011 | 111011 | 110001 | 0 | 1110 | 11100110 | 1000000 | 111100 |
Color Harmonies of #596FDB
Complementary color
Monochromatic Colors of #596FDB
Black with #596FDB
Text Example
Text Example
White with #596FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596FDB; }
p { color: rgb(89,111,219); }
H1.HeaderClassName
{
color: #596FDB;
}
.AnyTagClassName
{
color: #596FDB;
}
</style>
background-color css
<style>
a { background-color: #596FDB; }
a { background-color: rgb(89,111,219); }
div.DivClassName
{
background-color: #596FDB;
}
.BgClassName
{
background-color: #596FDB;
}
</style>
border-color css
<style>
span { border-color: #596FDB; }
span { border-color: rgb(89,111,219); }
td.TdClassName
{
border-color: #596FDB;
}
.TagClassName
{
border-color: #596FDB;
}
</style>