Shades of Cornflower Blue #59ACF9
Tints of Cornflower Blue #59ACF9
RGB
CMYK
RGB Variations
Color information
#59ACF9 (or 0x59ACF9) is known color: Cornflower Blue. HEX triplet: 59, AC and F9. RGB value is (89,172,249). Sum of RGB (Red+Green+Blue) = 89+172+249=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #59ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ACF9 is #A65306. Grayscale: #9B9B9B. Windows color (decimal): -10900231 or 16362585. OLE color: 16362585.
HSL color Cylindrical-coordinate representation of color #59ACF9: hue angle of 208.88º degrees, saturation: 0.93, 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 #59ACF9 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 172 | 249 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.02 |
| HSL | 208.88º | 0.93% | 0.66% | - |
| HSV(B) | 208.88º | 0.64% | 0.98% | - |
| XYZ | 35.97 | 38.47 | 95.15 | - |
| YUV | 155.96 | 180.5 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 249 | 0.64 | 0.31 | 0 | 0.02 | 208.88 | 0.93 | 0.66 |
| Hex | 59 | AC | F9 | 40 | 1F | 0 | 2 | D1 | 5D | 42 |
| Octal | 131 | 254 | 371 | 100 | 37 | 0 | 2 | 321 | 135 | 102 |
| Binary | 1011001 | 10101100 | 11111001 | 1000000 | 11111 | 0 | 10 | 11010001 | 1011101 | 1000010 |
Color Harmonies of #59ACF9
Complementary color
Monochromatic Colors of #59ACF9
Black with #59ACF9
Text Example
Text Example
White with #59ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACF9; }
p { color: rgb(89,172,249); }
H1.HeaderClassName
{
color: #59ACF9;
}
.AnyTagClassName
{
color: #59ACF9;
}
</style>
background-color css
<style>
a { background-color: #59ACF9; }
a { background-color: rgb(89,172,249); }
div.DivClassName
{
background-color: #59ACF9;
}
.BgClassName
{
background-color: #59ACF9;
}
</style>
border-color css
<style>
span { border-color: #59ACF9; }
span { border-color: rgb(89,172,249); }
td.TdClassName
{
border-color: #59ACF9;
}
.TagClassName
{
border-color: #59ACF9;
}
</style>