#7081EC

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

Shades of Cornflower Blue #7081EC

Tints of Cornflower Blue #7081EC

Color information

#7081EC (or 0x7081EC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 81 and EC. RGB value is (112,129,236). Sum of RGB (Red+Green+Blue) = 112+129+236=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #7081EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7081EC is #8F7E13. Grayscale: #878787. Windows color (decimal): -9403924 or 15499632. OLE color: 15499632.

HSL color Cylindrical-coordinate representation of color #7081EC: hue angle of 231.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7081EC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112129236-
CMYK0.530.4500.07
HSL231.77º76.54%68.24%-
HSV(B)231.77º52.54%92.55%-
XYZ29.6725.282.66-
YUV136.12184.37110.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.48%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 236 (92.58% from 255) = 49.48%
R=23.48%
G=27.04%
B=49.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121292360.530.4500.07231.7776.5468.24
Hex7081EC352D07e84d44
Octal160201354655507350115104
Binary1110000100000011110110011010110110101111110100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7081EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7081EC; }

 p { color: rgb(112,129,236); }

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

<style>
 a { background-color: #7081EC; }

 a { background-color: rgb(112,129,236); }

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

<style>
 span { border-color: #7081EC; }

 span { border-color: rgb(112,129,236); }

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