#718cd5

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

Shades of Cornflower Blue #718CD5

Tints of Cornflower Blue #718CD5

Color information

#718CD5 (or 0x718CD5) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8C and D5. RGB value is (113,140,213). Sum of RGB (Red+Green+Blue) = 113+140+213=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #718CD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CD5 is #8E732A. Grayscale: #8B8B8B. Windows color (decimal): -9335595 or 13995121. OLE color: 13995121.

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

Color convert

RGB113140213-
CMYK0.470.3400.16
HSL223.8º54.35%63.92%-
HSV(B)223.8º46.95%83.53%-
XYZ28.227.0766.69-
YUV140.25169.05108.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=24.25%
G=30.04%
B=45.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1131402130.470.3400.16223.854.3563.92
Hex718CD52F22010e03640
Octal161214325574202034066100
Binary11100011000110011010101101111100010010000111000001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718cd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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