Shades of Cornflower Blue #597FFA
Tints of Cornflower Blue #597FFA
RGB
CMYK
RGB Variations
Color information
#597FFA (or 0x597FFA) is known color: Cornflower Blue. HEX triplet: 59, 7F and FA. RGB value is (89,127,250). Sum of RGB (Red+Green+Blue) = 89+127+250=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #597FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #597FFA is #A68005. Grayscale: #818181. Windows color (decimal): -10911750 or 16416601. OLE color: 16416601.
HSL color Cylindrical-coordinate representation of color #597FFA: hue angle of 225.84º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #597FFA is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 127 | 250 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.02 |
| HSL | 225.84º | 0.94% | 0.66% | - |
| HSV(B) | 225.84º | 0.64% | 0.98% | - |
| XYZ | 28.96 | 24.2 | 93.59 | - |
| YUV | 129.66 | 195.91 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 127 | 250 | 0.64 | 0.49 | 0 | 0.02 | 225.84 | 0.94 | 0.66 |
| Hex | 59 | 7F | FA | 40 | 31 | 0 | 2 | E2 | 5E | 42 |
| Octal | 131 | 177 | 372 | 100 | 61 | 0 | 2 | 342 | 136 | 102 |
| Binary | 1011001 | 1111111 | 11111010 | 1000000 | 110001 | 0 | 10 | 11100010 | 1011110 | 1000010 |
Color Harmonies of #597FFA
Complementary color
Monochromatic Colors of #597FFA
Black with #597FFA
Text Example
Text Example
White with #597FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597FFA; }
p { color: rgb(89,127,250); }
H1.HeaderClassName
{
color: #597FFA;
}
.AnyTagClassName
{
color: #597FFA;
}
</style>
background-color css
<style>
a { background-color: #597FFA; }
a { background-color: rgb(89,127,250); }
div.DivClassName
{
background-color: #597FFA;
}
.BgClassName
{
background-color: #597FFA;
}
</style>
border-color css
<style>
span { border-color: #597FFA; }
span { border-color: rgb(89,127,250); }
td.TdClassName
{
border-color: #597FFA;
}
.TagClassName
{
border-color: #597FFA;
}
</style>