Shades of Cornflower Blue #597BF2
Tints of Cornflower Blue #597BF2
RGB
CMYK
RGB Variations
Color information
#597BF2 (or 0x597BF2) is known color: Cornflower Blue. HEX triplet: 59, 7B and F2. RGB value is (89,123,242). Sum of RGB (Red+Green+Blue) = 89+123+242=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 242 (94.92% from 255 or 53.30% from 454); Max value from RGB is 242 - color contains mainly: blue. Hex color #597BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #597BF2 is #A6840D. Grayscale: #7D7D7D. Windows color (decimal): -10912782 or 15891289. OLE color: 15891289.
HSL color Cylindrical-coordinate representation of color #597BF2: hue angle of 226.67º degrees, saturation: 0.85, 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 #597BF2 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 123 | 242 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.05 |
| HSL | 226.67º | 0.85% | 0.65% | - |
| HSV(B) | 226.67º | 0.63% | 0.95% | - |
| XYZ | 27.23 | 22.7 | 86.95 | - |
| YUV | 126.4 | 193.24 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 123 | 242 | 0.63 | 0.49 | 0 | 0.05 | 226.67 | 0.85 | 0.65 |
| Hex | 59 | 7B | F2 | 3F | 31 | 0 | 5 | E3 | 55 | 41 |
| Octal | 131 | 173 | 362 | 77 | 61 | 0 | 5 | 343 | 125 | 101 |
| Binary | 1011001 | 1111011 | 11110010 | 111111 | 110001 | 0 | 101 | 11100011 | 1010101 | 1000001 |
Color Harmonies of #597BF2
Complementary color
Monochromatic Colors of #597BF2
Black with #597BF2
Text Example
Text Example
White with #597BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597BF2; }
p { color: rgb(89,123,242); }
H1.HeaderClassName
{
color: #597BF2;
}
.AnyTagClassName
{
color: #597BF2;
}
</style>
background-color css
<style>
a { background-color: #597BF2; }
a { background-color: rgb(89,123,242); }
div.DivClassName
{
background-color: #597BF2;
}
.BgClassName
{
background-color: #597BF2;
}
</style>
border-color css
<style>
span { border-color: #597BF2; }
span { border-color: rgb(89,123,242); }
td.TdClassName
{
border-color: #597BF2;
}
.TagClassName
{
border-color: #597BF2;
}
</style>