Shades of Cornflower Blue #59AAFC
Tints of Cornflower Blue #59AAFC
RGB
CMYK
RGB Variations
Color information
#59AAFC (or 0x59AAFC) is known color: Cornflower Blue. HEX triplet: 59, AA and FC. RGB value is (89,170,252). Sum of RGB (Red+Green+Blue) = 89+170+252=511 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.42% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #59AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59AAFC is #A65503. Grayscale: #9A9A9A. Windows color (decimal): -10900740 or 16558681. OLE color: 16558681.
HSL color Cylindrical-coordinate representation of color #59AAFC: hue angle of 210.18º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59AAFC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 170 | 252 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.01 |
| HSL | 210.18º | 0.96% | 0.67% | - |
| HSV(B) | 210.18º | 0.65% | 0.99% | - |
| XYZ | 36.07 | 37.9 | 97.51 | - |
| YUV | 155.13 | 182.66 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 252 | 0.65 | 0.33 | 0 | 0.01 | 210.18 | 0.96 | 0.67 |
| Hex | 59 | AA | FC | 41 | 21 | 0 | 1 | D2 | 60 | 43 |
| Octal | 131 | 252 | 374 | 101 | 41 | 0 | 1 | 322 | 140 | 103 |
| Binary | 1011001 | 10101010 | 11111100 | 1000001 | 100001 | 0 | 1 | 11010010 | 1100000 | 1000011 |
Color Harmonies of #59AAFC
Complementary color
Monochromatic Colors of #59AAFC
Black with #59AAFC
Text Example
Text Example
White with #59AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAFC; }
p { color: rgb(89,170,252); }
H1.HeaderClassName
{
color: #59AAFC;
}
.AnyTagClassName
{
color: #59AAFC;
}
</style>
background-color css
<style>
a { background-color: #59AAFC; }
a { background-color: rgb(89,170,252); }
div.DivClassName
{
background-color: #59AAFC;
}
.BgClassName
{
background-color: #59AAFC;
}
</style>
border-color css
<style>
span { border-color: #59AAFC; }
span { border-color: rgb(89,170,252); }
td.TdClassName
{
border-color: #59AAFC;
}
.TagClassName
{
border-color: #59AAFC;
}
</style>