#59A5EA

Color #59A5EA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #59A5EA

Tints of Cornflower Blue #59A5EA

Color information

#59A5EA (or 0x59A5EA) is unknown color: approx Cornflower Blue. HEX triplet: 59, A5 and EA. RGB value is (89,165,234). Sum of RGB (Red+Green+Blue) = 89+165+234=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #59A5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A5EA is #A65A15. Grayscale: #959595. Windows color (decimal): -10902038 or 15377753. OLE color: 15377753.

HSL color Cylindrical-coordinate representation of color #59A5EA: hue angle of 208.55º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59A5EA is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89165234-
CMYK0.620.2900.08
HSL208.55º77.54%63.33%-
HSV(B)208.55º61.97%91.76%-
XYZ32.4334.9782.88-
YUV150.14175.3284.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 89 (35.16% from 255) = 18.24%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=18.24%
G=33.81%
B=47.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891652340.620.2900.08208.5577.5463.33
Hex59A5EA3E1D08d14e3f
Octal131245352763501032111677
Binary101100110100101111010101111101110101000110100011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A5EA; }

 p { color: rgb(89,165,234); }

 H1.HeaderClassName
 {
   color: #59A5EA;
 }
 .AnyTagClassName
 {
   color: #59A5EA;
 }
</style>
background-color css

<style>
 a { background-color: #59A5EA; }

 a { background-color: rgb(89,165,234); }

 div.DivClassName
 {
   background-color: #59A5EA;
 }
 .BgClassName
 {
   background-color: #59A5EA;
 }
</style>
border-color css

<style>
 span { border-color: #59A5EA; }

 span { border-color: rgb(89,165,234); }

 td.TdClassName
 {
   border-color: #59A5EA;
 }
 .TagClassName
 {
   border-color: #59A5EA;
 }
</style>