#718CEB

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

Shades of Cornflower Blue #718CEB

Tints of Cornflower Blue #718CEB

Color information

#718CEB (or 0x718CEB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8C and EB. RGB value is (113,140,235). Sum of RGB (Red+Green+Blue) = 113+140+235=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #718CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CEB is #8E7314. Grayscale: #8E8E8E. Windows color (decimal): -9335573 or 15436913. OLE color: 15436913.

HSL color Cylindrical-coordinate representation of color #718CEB: hue angle of 226.72º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718CEB is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113140235-
CMYK0.520.4000.08
HSL226.72º75.31%68.24%-
HSV(B)226.72º51.91%92.16%-
XYZ31.1828.2782.41-
YUV142.76180.05106.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.16%
GREEN value IS 140 (55.08% from 255) = 28.69%
BLUE value IS 235 (92.19% from 255) = 48.16%
R=23.16%
G=28.69%
B=48.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1131402350.520.4000.08226.7275.3168.24
Hex718CEB342808e34b44
Octal1612143536450010343113104
Binary11100011000110011101011110100101000010001110001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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