#599AEA

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

Shades of Cornflower Blue #599AEA

Tints of Cornflower Blue #599AEA

Color information

#599AEA (or 0x599AEA) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9A and EA. RGB value is (89,154,234). Sum of RGB (Red+Green+Blue) = 89+154+234=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #599AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #599AEA is #A66515. Grayscale: #8F8F8F. Windows color (decimal): -10904854 or 15374937. OLE color: 15374937.

HSL color Cylindrical-coordinate representation of color #599AEA: hue angle of 213.1º 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 #599AEA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB89154234-
CMYK0.620.3400.08
HSL213.1º77.54%63.33%-
HSV(B)213.1º61.97%91.76%-
XYZ30.5331.1882.25-
YUV143.68178.9789-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.66%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=18.66%
G=32.29%
B=49.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal891542340.620.3400.08213.177.5463.33
Hex599AEA3E2208d54e3f
Octal131232352764201032511677
Binary1011001100110101110101011111010001001000110101011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599AEA; }

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

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

<style>
 a { background-color: #599AEA; }

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

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

<style>
 span { border-color: #599AEA; }

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

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