#718CDE

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

Shades of Cornflower Blue #718CDE

Tints of Cornflower Blue #718CDE

Color information

#718CDE (or 0x718CDE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8C and DE. RGB value is (113,140,222). Sum of RGB (Red+Green+Blue) = 113+140+222=475 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.79% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #718CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDE is #8E7321. Grayscale: #8C8C8C. Windows color (decimal): -9335586 or 14584945. OLE color: 14584945.

HSL color Cylindrical-coordinate representation of color #718CDE: hue angle of 225.14º 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 #718CDE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113140222-
CMYK0.490.3700.13
HSL225.14º62.29%65.69%-
HSV(B)225.14º49.1%87.06%-
XYZ29.3727.5472.88-
YUV141.27173.55107.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.79%
GREEN value IS 140 (55.08% from 255) = 29.47%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=23.79%
G=29.47%
B=46.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131402220.490.3700.13225.1462.2965.69
Hex718CDE31250De13e42
Octal161214336614501534176102
Binary1110001100011001101111011000110010101101111000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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