#599CE2

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

Shades of Cornflower Blue #599CE2

Tints of Cornflower Blue #599CE2

Color information

#599CE2 (or 0x599CE2) is unknown color: approx Cornflower Blue. HEX triplet: 59, 9C and E2. RGB value is (89,156,226). Sum of RGB (Red+Green+Blue) = 89+156+226=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 226 (88.67% from 255 or 47.98% from 471); Max value from RGB is 226 - color contains mainly: blue. Hex color #599CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CE2 is #A6631D. Grayscale: #8F8F8F. Windows color (decimal): -10904350 or 14851161. OLE color: 14851161.

HSL color Cylindrical-coordinate representation of color #599CE2: hue angle of 210.66º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #599CE2 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB89156226-
CMYK0.610.3100.11
HSL210.66º70.26%61.76%-
HSV(B)210.66º60.62%88.63%-
XYZ29.7431.3976.44-
YUV143.95174.388.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.90%
GREEN value IS 156 (61.33% from 255) = 33.12%
BLUE value IS 226 (88.67% from 255) = 47.98%
R=18.90%
G=33.12%
B=47.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal891562260.610.3100.11210.6670.2661.76
Hex599CE23D1F0Bd3463e
Octal131234342753701332310676
Binary101100110011100111000101111011111101011110100111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,156,226); }

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

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

 a { background-color: rgb(89,156,226); }

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

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

 span { border-color: rgb(89,156,226); }

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