Shades of Cornflower Blue #59A4FF
Tints of Cornflower Blue #59A4FF
RGB
CMYK
RGB Variations
Color information
#59A4FF (or 0x59A4FF) is known color: Cornflower Blue. HEX triplet: 59, A4 and FF. RGB value is (89,164,255). Sum of RGB (Red+Green+Blue) = 89+164+255=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #59A4FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A4FF is #A65B00. Grayscale: #979797. Windows color (decimal): -10902273 or 16753753. OLE color: 16753753.
HSL color Cylindrical-coordinate representation of color #59A4FF: hue angle of 212.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59A4FF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 164 | 255 | - |
| CMYK | 0.65 | 0.36 | 0 | 0 |
| HSL | 212.89º | 1% | 0.67% | - |
| HSV(B) | 212.89º | 0.65% | 1% | - |
| XYZ | 35.45 | 35.89 | 99.67 | - |
| YUV | 151.95 | 186.15 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 255 | 0.65 | 0.36 | 0 | 0 | 212.89 | 1 | 0.67 |
| Hex | 59 | A4 | FF | 41 | 24 | 0 | 0 | D5 | 64 | 43 |
| Octal | 131 | 244 | 377 | 101 | 44 | 0 | 0 | 325 | 144 | 103 |
| Binary | 1011001 | 10100100 | 11111111 | 1000001 | 100100 | 0 | 0 | 11010101 | 1100100 | 1000011 |
Color Harmonies of #59A4FF
Complementary color
Monochromatic Colors of #59A4FF
Black with #59A4FF
Text Example
Text Example
White with #59A4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4FF; }
p { color: rgb(89,164,255); }
H1.HeaderClassName
{
color: #59A4FF;
}
.AnyTagClassName
{
color: #59A4FF;
}
</style>
background-color css
<style>
a { background-color: #59A4FF; }
a { background-color: rgb(89,164,255); }
div.DivClassName
{
background-color: #59A4FF;
}
.BgClassName
{
background-color: #59A4FF;
}
</style>
border-color css
<style>
span { border-color: #59A4FF; }
span { border-color: rgb(89,164,255); }
td.TdClassName
{
border-color: #59A4FF;
}
.TagClassName
{
border-color: #59A4FF;
}
</style>