Shades of Cornflower Blue #59A2FF
Tints of Cornflower Blue #59A2FF
RGB
CMYK
RGB Variations
Color information
#59A2FF (or 0x59A2FF) is known color: Cornflower Blue. HEX triplet: 59, A2 and FF. RGB value is (89,162,255). Sum of RGB (Red+Green+Blue) = 89+162+255=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #59A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A2FF is #A65D00. Grayscale: #969696. Windows color (decimal): -10902785 or 16753241. OLE color: 16753241.
HSL color Cylindrical-coordinate representation of color #59A2FF: hue angle of 213.61º 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 #59A2FF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 162 | 255 | - |
| CMYK | 0.65 | 0.36 | 0 | 0 |
| HSL | 213.61º | 1% | 0.67% | - |
| HSV(B) | 213.61º | 0.65% | 1% | - |
| XYZ | 35.09 | 35.18 | 99.55 | - |
| YUV | 150.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 255 | 0.65 | 0.36 | 0 | 0 | 213.61 | 1 | 0.67 |
| Hex | 59 | A2 | FF | 41 | 24 | 0 | 0 | D6 | 64 | 43 |
| Octal | 131 | 242 | 377 | 101 | 44 | 0 | 0 | 326 | 144 | 103 |
| Binary | 1011001 | 10100010 | 11111111 | 1000001 | 100100 | 0 | 0 | 11010110 | 1100100 | 1000011 |
Color Harmonies of #59A2FF
Complementary color
Monochromatic Colors of #59A2FF
Black with #59A2FF
Text Example
Text Example
White with #59A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2FF; }
p { color: rgb(89,162,255); }
H1.HeaderClassName
{
color: #59A2FF;
}
.AnyTagClassName
{
color: #59A2FF;
}
</style>
background-color css
<style>
a { background-color: #59A2FF; }
a { background-color: rgb(89,162,255); }
div.DivClassName
{
background-color: #59A2FF;
}
.BgClassName
{
background-color: #59A2FF;
}
</style>
border-color css
<style>
span { border-color: #59A2FF; }
span { border-color: rgb(89,162,255); }
td.TdClassName
{
border-color: #59A2FF;
}
.TagClassName
{
border-color: #59A2FF;
}
</style>