Shades of Royal Blue #596BF1
Tints of Royal Blue #596BF1
RGB
CMYK
RGB Variations
Color information
#596BF1 (or 0x596BF1) is known color: Royal Blue. HEX triplet: 59, 6B and F1. RGB value is (89,107,241). Sum of RGB (Red+Green+Blue) = 89+107+241=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #596BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BF1 is #A6940E. Grayscale: #747474. Windows color (decimal): -10916879 or 15821657. OLE color: 15821657.
HSL color Cylindrical-coordinate representation of color #596BF1: hue angle of 232.89º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #596BF1 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 107 | 241 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.05 |
| HSL | 232.89º | 0.84% | 0.65% | - |
| HSV(B) | 232.89º | 0.63% | 0.95% | - |
| XYZ | 25.25 | 18.99 | 85.55 | - |
| YUV | 116.89 | 198.04 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 107 | 241 | 0.63 | 0.56 | 0 | 0.05 | 232.89 | 0.84 | 0.65 |
| Hex | 59 | 6B | F1 | 3F | 38 | 0 | 5 | E9 | 54 | 41 |
| Octal | 131 | 153 | 361 | 77 | 70 | 0 | 5 | 351 | 124 | 101 |
| Binary | 1011001 | 1101011 | 11110001 | 111111 | 111000 | 0 | 101 | 11101001 | 1010100 | 1000001 |
Color Harmonies of #596BF1
Complementary color
Monochromatic Colors of #596BF1
Black with #596BF1
Text Example
Text Example
White with #596BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596BF1; }
p { color: rgb(89,107,241); }
H1.HeaderClassName
{
color: #596BF1;
}
.AnyTagClassName
{
color: #596BF1;
}
</style>
background-color css
<style>
a { background-color: #596BF1; }
a { background-color: rgb(89,107,241); }
div.DivClassName
{
background-color: #596BF1;
}
.BgClassName
{
background-color: #596BF1;
}
</style>
border-color css
<style>
span { border-color: #596BF1; }
span { border-color: rgb(89,107,241); }
td.TdClassName
{
border-color: #596BF1;
}
.TagClassName
{
border-color: #596BF1;
}
</style>