Shades of Cornflower Blue #597AFF
Tints of Cornflower Blue #597AFF
RGB
CMYK
RGB Variations
Color information
#597AFF (or 0x597AFF) is known color: Cornflower Blue. HEX triplet: 59, 7A and FF. RGB value is (89,122,255). Sum of RGB (Red+Green+Blue) = 89+122+255=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #597AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #597AFF is #A68500. Grayscale: #7E7E7E. Windows color (decimal): -10913025 or 16743001. OLE color: 16743001.
HSL color Cylindrical-coordinate representation of color #597AFF: hue angle of 228.07º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #597AFF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 122 | 255 | - |
| CMYK | 0.65 | 0.52 | 0 | 0 |
| HSL | 228.07º | 1% | 0.67% | - |
| HSV(B) | 228.07º | 0.65% | 1% | - |
| XYZ | 29.13 | 23.26 | 97.56 | - |
| YUV | 127.3 | 200.07 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 122 | 255 | 0.65 | 0.52 | 0 | 0 | 228.07 | 1 | 0.67 |
| Hex | 59 | 7A | FF | 41 | 34 | 0 | 0 | E4 | 64 | 43 |
| Octal | 131 | 172 | 377 | 101 | 64 | 0 | 0 | 344 | 144 | 103 |
| Binary | 1011001 | 1111010 | 11111111 | 1000001 | 110100 | 0 | 0 | 11100100 | 1100100 | 1000011 |
Color Harmonies of #597AFF
Complementary color
Monochromatic Colors of #597AFF
Black with #597AFF
Text Example
Text Example
White with #597AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597AFF; }
p { color: rgb(89,122,255); }
H1.HeaderClassName
{
color: #597AFF;
}
.AnyTagClassName
{
color: #597AFF;
}
</style>
background-color css
<style>
a { background-color: #597AFF; }
a { background-color: rgb(89,122,255); }
div.DivClassName
{
background-color: #597AFF;
}
.BgClassName
{
background-color: #597AFF;
}
</style>
border-color css
<style>
span { border-color: #597AFF; }
span { border-color: rgb(89,122,255); }
td.TdClassName
{
border-color: #597AFF;
}
.TagClassName
{
border-color: #597AFF;
}
</style>