#7080EE

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

Shades of Cornflower Blue #7080EE

Tints of Cornflower Blue #7080EE

Color information

#7080EE (or 0x7080EE) is unknown color: approx Cornflower Blue. HEX triplet: 70, 80 and EE. RGB value is (112,128,238). Sum of RGB (Red+Green+Blue) = 112+128+238=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #7080EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7080EE is #8F7F11. Grayscale: #878787. Windows color (decimal): -9404178 or 15630448. OLE color: 15630448.

HSL color Cylindrical-coordinate representation of color #7080EE: hue angle of 232.38º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7080EE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112128238-
CMYK0.530.4600.07
HSL232.38º78.75%68.63%-
HSV(B)232.38º52.94%93.33%-
XYZ29.8325.0684.15-
YUV135.76185.7111.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=23.43%
G=26.78%
B=49.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121282380.530.4600.07232.3878.7568.63
Hex7080EE352E07e84f45
Octal160200356655607350117105
Binary1110000100000001110111011010110111001111110100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7080EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7080EE; }

 p { color: rgb(112,128,238); }

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

<style>
 a { background-color: #7080EE; }

 a { background-color: rgb(112,128,238); }

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

<style>
 span { border-color: #7080EE; }

 span { border-color: rgb(112,128,238); }

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