Shades of Cornflower Blue #59A2EC
Tints of Cornflower Blue #59A2EC
RGB
CMYK
RGB Variations
Color information
#59A2EC (or 0x59A2EC) is known color: Cornflower Blue. HEX triplet: 59, A2 and EC. RGB value is (89,162,236). Sum of RGB (Red+Green+Blue) = 89+162+236=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #59A2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A2EC is #A65D13. Grayscale: #949494. Windows color (decimal): -10902804 or 15508057. OLE color: 15508057.
HSL color Cylindrical-coordinate representation of color #59A2EC: hue angle of 210.2º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59A2EC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 162 | 236 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.07 |
| HSL | 210.2º | 0.79% | 0.64% | - |
| HSV(B) | 210.2º | 0.62% | 0.93% | - |
| XYZ | 32.18 | 34.02 | 84.23 | - |
| YUV | 148.61 | 177.32 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 236 | 0.62 | 0.31 | 0 | 0.07 | 210.2 | 0.79 | 0.64 |
| Hex | 59 | A2 | EC | 3E | 1F | 0 | 7 | D2 | 4F | 40 |
| Octal | 131 | 242 | 354 | 76 | 37 | 0 | 7 | 322 | 117 | 100 |
| Binary | 1011001 | 10100010 | 11101100 | 111110 | 11111 | 0 | 111 | 11010010 | 1001111 | 1000000 |
Color Harmonies of #59A2EC
Complementary color
Monochromatic Colors of #59A2EC
Black with #59A2EC
Text Example
Text Example
White with #59A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2EC; }
p { color: rgb(89,162,236); }
H1.HeaderClassName
{
color: #59A2EC;
}
.AnyTagClassName
{
color: #59A2EC;
}
</style>
background-color css
<style>
a { background-color: #59A2EC; }
a { background-color: rgb(89,162,236); }
div.DivClassName
{
background-color: #59A2EC;
}
.BgClassName
{
background-color: #59A2EC;
}
</style>
border-color css
<style>
span { border-color: #59A2EC; }
span { border-color: rgb(89,162,236); }
td.TdClassName
{
border-color: #59A2EC;
}
.TagClassName
{
border-color: #59A2EC;
}
</style>