Shades of Cornflower Blue #597DF0
Tints of Cornflower Blue #597DF0
RGB
CMYK
RGB Variations
Color information
#597DF0 (or 0x597DF0) is known color: Cornflower Blue. HEX triplet: 59, 7D and F0. RGB value is (89,125,240). Sum of RGB (Red+Green+Blue) = 89+125+240=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #597DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #597DF0 is #A6820F. Grayscale: #7E7E7E. Windows color (decimal): -10912272 or 15760729. OLE color: 15760729.
HSL color Cylindrical-coordinate representation of color #597DF0: hue angle of 225.7º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #597DF0 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 125 | 240 | - |
| CMYK | 0.63 | 0.48 | 0 | 0.06 |
| HSL | 225.7º | 0.83% | 0.65% | - |
| HSV(B) | 225.7º | 0.63% | 0.94% | - |
| XYZ | 27.18 | 23.08 | 85.46 | - |
| YUV | 127.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 125 | 240 | 0.63 | 0.48 | 0 | 0.06 | 225.7 | 0.83 | 0.65 |
| Hex | 59 | 7D | F0 | 3F | 30 | 0 | 6 | E2 | 53 | 41 |
| Octal | 131 | 175 | 360 | 77 | 60 | 0 | 6 | 342 | 123 | 101 |
| Binary | 1011001 | 1111101 | 11110000 | 111111 | 110000 | 0 | 110 | 11100010 | 1010011 | 1000001 |
Color Harmonies of #597DF0
Complementary color
Monochromatic Colors of #597DF0
Black with #597DF0
Text Example
Text Example
White with #597DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597DF0; }
p { color: rgb(89,125,240); }
H1.HeaderClassName
{
color: #597DF0;
}
.AnyTagClassName
{
color: #597DF0;
}
</style>
background-color css
<style>
a { background-color: #597DF0; }
a { background-color: rgb(89,125,240); }
div.DivClassName
{
background-color: #597DF0;
}
.BgClassName
{
background-color: #597DF0;
}
</style>
border-color css
<style>
span { border-color: #597DF0; }
span { border-color: rgb(89,125,240); }
td.TdClassName
{
border-color: #597DF0;
}
.TagClassName
{
border-color: #597DF0;
}
</style>