#59A5ED

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

Shades of Cornflower Blue #59A5ED

Tints of Cornflower Blue #59A5ED

Color information

#59A5ED (or 0x59A5ED) is unknown color: approx Cornflower Blue. HEX triplet: 59, A5 and ED. RGB value is (89,165,237). Sum of RGB (Red+Green+Blue) = 89+165+237=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #59A5ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A5ED is #A65A12. Grayscale: #969696. Windows color (decimal): -10902035 or 15574361. OLE color: 15574361.

HSL color Cylindrical-coordinate representation of color #59A5ED: hue angle of 209.19º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59A5ED is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89165237-
CMYK0.620.3000.07
HSL209.19º80.43%63.92%-
HSV(B)209.19º62.45%92.94%-
XYZ32.8635.1585.17-
YUV150.48176.8284.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.13%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 237 (92.97% from 255) = 48.27%
R=18.13%
G=33.60%
B=48.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891652370.620.3000.07209.1980.4363.92
Hex59A5ED3E1E07d15040
Octal131245355763607321120100
Binary101100110100101111011011111101111001111101000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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