Shades of Royal Blue #596BDF
Tints of Royal Blue #596BDF
RGB
CMYK
RGB Variations
Color information
#596BDF (or 0x596BDF) is known color: Royal Blue. HEX triplet: 59, 6B and DF. RGB value is (89,107,223). Sum of RGB (Red+Green+Blue) = 89+107+223=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #596BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BDF is #A69420. Grayscale: #727272. Windows color (decimal): -10916897 or 14642009. OLE color: 14642009.
HSL color Cylindrical-coordinate representation of color #596BDF: hue angle of 231.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596BDF is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 107 | 223 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.13 |
| HSL | 231.94º | 0.68% | 0.61% | - |
| HSV(B) | 231.94º | 0.6% | 0.87% | - |
| XYZ | 22.7 | 17.97 | 72.08 | - |
| YUV | 114.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 223 | 0.60 | 0.52 | 0 | 0.13 | 231.94 | 0.68 | 0.61 |
| Hex | 59 | 6B | DF | 3C | 34 | 0 | D | E8 | 44 | 3D |
| Octal | 131 | 153 | 337 | 74 | 64 | 0 | 15 | 350 | 104 | 75 |
| Binary | 1011001 | 1101011 | 11011111 | 111100 | 110100 | 0 | 1101 | 11101000 | 1000100 | 111101 |
Color Harmonies of #596BDF
Complementary color
Monochromatic Colors of #596BDF
Black with #596BDF
Text Example
Text Example
White with #596BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BDF; }
p { color: rgb(89,107,223); }
H1.HeaderClassName
{
color: #596BDF;
}
.AnyTagClassName
{
color: #596BDF;
}
</style>
background-color css
<style>
a { background-color: #596BDF; }
a { background-color: rgb(89,107,223); }
div.DivClassName
{
background-color: #596BDF;
}
.BgClassName
{
background-color: #596BDF;
}
</style>
border-color css
<style>
span { border-color: #596BDF; }
span { border-color: rgb(89,107,223); }
td.TdClassName
{
border-color: #596BDF;
}
.TagClassName
{
border-color: #596BDF;
}
</style>