Shades of Cornflower Blue #59A8EF
Tints of Cornflower Blue #59A8EF
RGB
CMYK
RGB Variations
Color information
#59A8EF (or 0x59A8EF) is known color: Cornflower Blue. HEX triplet: 59, A8 and EF. RGB value is (89,168,239). Sum of RGB (Red+Green+Blue) = 89+168+239=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #59A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A8EF is #A65710. Grayscale: #989898. Windows color (decimal): -10901265 or 15706201. OLE color: 15706201.
HSL color Cylindrical-coordinate representation of color #59A8EF: hue angle of 208.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59A8EF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 168 | 239 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.06 |
| HSL | 208.4º | 0.82% | 0.64% | - |
| HSV(B) | 208.4º | 0.63% | 0.94% | - |
| XYZ | 33.7 | 36.36 | 86.9 | - |
| YUV | 152.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 168 | 239 | 0.63 | 0.30 | 0 | 0.06 | 208.4 | 0.82 | 0.64 |
| Hex | 59 | A8 | EF | 3F | 1E | 0 | 6 | D0 | 52 | 40 |
| Octal | 131 | 250 | 357 | 77 | 36 | 0 | 6 | 320 | 122 | 100 |
| Binary | 1011001 | 10101000 | 11101111 | 111111 | 11110 | 0 | 110 | 11010000 | 1010010 | 1000000 |
Color Harmonies of #59A8EF
Complementary color
Monochromatic Colors of #59A8EF
Black with #59A8EF
Text Example
Text Example
White with #59A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A8EF; }
p { color: rgb(89,168,239); }
H1.HeaderClassName
{
color: #59A8EF;
}
.AnyTagClassName
{
color: #59A8EF;
}
</style>
background-color css
<style>
a { background-color: #59A8EF; }
a { background-color: rgb(89,168,239); }
div.DivClassName
{
background-color: #59A8EF;
}
.BgClassName
{
background-color: #59A8EF;
}
</style>
border-color css
<style>
span { border-color: #59A8EF; }
span { border-color: rgb(89,168,239); }
td.TdClassName
{
border-color: #59A8EF;
}
.TagClassName
{
border-color: #59A8EF;
}
</style>