#718EDE

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

Shades of Cornflower Blue #718EDE

Tints of Cornflower Blue #718EDE

Color information

#718EDE (or 0x718EDE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8E and DE. RGB value is (113,142,222). Sum of RGB (Red+Green+Blue) = 113+142+222=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #718EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EDE is #8E7121. Grayscale: #8E8E8E. Windows color (decimal): -9335074 or 14585457. OLE color: 14585457.

HSL color Cylindrical-coordinate representation of color #718EDE: hue angle of 224.04º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718EDE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113142222-
CMYK0.490.3600.13
HSL224.04º62.29%65.69%-
HSV(B)224.04º49.1%87.06%-
XYZ29.6728.1372.97-
YUV142.45172.89107-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.69%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=23.69%
G=29.77%
B=46.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131422220.490.3600.13224.0462.2965.69
Hex718EDE31240De03e42
Octal161216336614401534076102
Binary1110001100011101101111011000110010001101111000001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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