#7382EC

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

Shades of Cornflower Blue #7382EC

Tints of Cornflower Blue #7382EC

Color information

#7382EC (or 0x7382EC) is unknown color: approx Cornflower Blue. HEX triplet: 73, 82 and EC. RGB value is (115,130,236). Sum of RGB (Red+Green+Blue) = 115+130+236=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #7382EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7382EC is #8C7D13. Grayscale: #898989. Windows color (decimal): -9207060 or 15499891. OLE color: 15499891.

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

Color convert

RGB115130236-
CMYK0.510.4500.07
HSL232.56º76.1%68.82%-
HSV(B)232.56º51.27%92.55%-
XYZ30.1925.6782.72-
YUV137.6183.53111.88-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 130 (51.17% from 255) = 27.03%
BLUE value IS 236 (92.58% from 255) = 49.06%
R=23.91%
G=27.03%
B=49.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151302360.510.4500.07232.5676.168.82
Hex7382EC332D07e94c45
Octal163202354635507351114105
Binary1110011100000101110110011001110110101111110100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7382EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,130,236); }

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

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

 a { background-color: rgb(115,130,236); }

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

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

 span { border-color: rgb(115,130,236); }

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