#718EEB

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

Shades of Cornflower Blue #718EEB

Tints of Cornflower Blue #718EEB

Color information

#718EEB (or 0x718EEB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8E and EB. RGB value is (113,142,235). Sum of RGB (Red+Green+Blue) = 113+142+235=490 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.06% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #718EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718EEB is #8E7114. Grayscale: #8F8F8F. Windows color (decimal): -9335061 or 15437425. OLE color: 15437425.

HSL color Cylindrical-coordinate representation of color #718EEB: hue angle of 225.74º 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 #718EEB is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113142235-
CMYK0.520.4000.08
HSL225.74º75.31%68.24%-
HSV(B)225.74º51.91%92.16%-
XYZ31.4828.8582.51-
YUV143.93179.39105.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.06%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 235 (92.19% from 255) = 47.96%
R=23.06%
G=28.98%
B=47.96%

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
Decimal1131422350.520.4000.08225.7475.3168.24
Hex718EEB342808e24b44
Octal1612163536450010342113104
Binary11100011000111011101011110100101000010001110001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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