#59A4ED

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

Shades of Cornflower Blue #59A4ED

Tints of Cornflower Blue #59A4ED

Color information

#59A4ED (or 0x59A4ED) is unknown color: approx Cornflower Blue. HEX triplet: 59, A4 and ED. RGB value is (89,164,237). Sum of RGB (Red+Green+Blue) = 89+164+237=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #59A4ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A4ED is #A65B12. Grayscale: #959595. Windows color (decimal): -10902291 or 15574105. OLE color: 15574105.

HSL color Cylindrical-coordinate representation of color #59A4ED: hue angle of 209.59º 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 #59A4ED is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB89164237-
CMYK0.620.3100.07
HSL209.59º80.43%63.92%-
HSV(B)209.59º62.45%92.94%-
XYZ32.6834.7985.11-
YUV149.9177.1584.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.16%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=18.16%
G=33.47%
B=48.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891642370.620.3100.07209.5980.4363.92
Hex59A4ED3E1F07d25040
Octal131244355763707322120100
Binary101100110100100111011011111101111101111101001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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