Shades of Cornflower Blue #59A1FD
Tints of Cornflower Blue #59A1FD
RGB
CMYK
RGB Variations
Color information
#59A1FD (or 0x59A1FD) is known color: Cornflower Blue. HEX triplet: 59, A1 and FD. RGB value is (89,161,253). Sum of RGB (Red+Green+Blue) = 89+161+253=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #59A1FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A1FD is #A65E02. Grayscale: #959595. Windows color (decimal): -10903043 or 16621913. OLE color: 16621913.
HSL color Cylindrical-coordinate representation of color #59A1FD: hue angle of 213.66º degrees, saturation: 0.98, 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 #59A1FD is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 161 | 253 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.01 |
| HSL | 213.66º | 0.98% | 0.67% | - |
| HSV(B) | 213.66º | 0.65% | 0.99% | - |
| XYZ | 34.59 | 34.71 | 97.8 | - |
| YUV | 149.96 | 186.15 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 253 | 0.65 | 0.36 | 0 | 0.01 | 213.66 | 0.98 | 0.67 |
| Hex | 59 | A1 | FD | 41 | 24 | 0 | 1 | D6 | 62 | 43 |
| Octal | 131 | 241 | 375 | 101 | 44 | 0 | 1 | 326 | 142 | 103 |
| Binary | 1011001 | 10100001 | 11111101 | 1000001 | 100100 | 0 | 1 | 11010110 | 1100010 | 1000011 |
Color Harmonies of #59A1FD
Complementary color
Monochromatic Colors of #59A1FD
Black with #59A1FD
Text Example
Text Example
White with #59A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A1FD; }
p { color: rgb(89,161,253); }
H1.HeaderClassName
{
color: #59A1FD;
}
.AnyTagClassName
{
color: #59A1FD;
}
</style>
background-color css
<style>
a { background-color: #59A1FD; }
a { background-color: rgb(89,161,253); }
div.DivClassName
{
background-color: #59A1FD;
}
.BgClassName
{
background-color: #59A1FD;
}
</style>
border-color css
<style>
span { border-color: #59A1FD; }
span { border-color: rgb(89,161,253); }
td.TdClassName
{
border-color: #59A1FD;
}
.TagClassName
{
border-color: #59A1FD;
}
</style>