#718ED4

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

Shades of Cornflower Blue #718ED4

Tints of Cornflower Blue #718ED4

Color information

#718ED4 (or 0x718ED4) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8E and D4. RGB value is (113,142,212). Sum of RGB (Red+Green+Blue) = 113+142+212=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #718ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ED4 is #8E712B. Grayscale: #8D8D8D. Windows color (decimal): -9335084 or 13930097. OLE color: 13930097.

HSL color Cylindrical-coordinate representation of color #718ED4: hue angle of 222.42º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718ED4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB113142212-
CMYK0.470.3300.17
HSL222.42º53.51%63.73%-
HSV(B)222.42º46.7%83.14%-
XYZ28.3727.6166.12-
YUV141.31167.89107.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.20%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=24.20%
G=30.41%
B=45.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1131422120.470.3300.17222.4253.5163.73
Hex718ED42F21011de3640
Octal161216324574102133666100
Binary11100011000111011010100101111100001010001110111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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