#718EE0

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

Shades of Cornflower Blue #718EE0

Tints of Cornflower Blue #718EE0

Color information

#718EE0 (or 0x718EE0) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8E and E0. RGB value is (113,142,224). Sum of RGB (Red+Green+Blue) = 113+142+224=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #718EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EE0 is #8E711F. Grayscale: #8E8E8E. Windows color (decimal): -9335072 or 14716529. OLE color: 14716529.

HSL color Cylindrical-coordinate representation of color #718EE0: hue angle of 224.32º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718EE0 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB113142224-
CMYK0.500.3700.12
HSL224.32º64.16%66.08%-
HSV(B)224.32º49.55%87.84%-
XYZ29.9428.2474.39-
YUV142.68173.89106.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.59%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 224 (87.89% from 255) = 46.76%
R=23.59%
G=29.65%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1131422240.500.3700.12224.3264.1666.08
Hex718EE032250Ce04042
Octal1612163406245014340100102
Binary11100011000111011100000110010100101011001110000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718EE0; }

 p { color: rgb(113,142,224); }

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

<style>
 a { background-color: #718EE0; }

 a { background-color: rgb(113,142,224); }

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

<style>
 span { border-color: #718EE0; }

 span { border-color: rgb(113,142,224); }

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