#7391EC

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

Shades of Cornflower Blue #7391EC

Tints of Cornflower Blue #7391EC

Color information

#7391EC (or 0x7391EC) is unknown color: approx Cornflower Blue. HEX triplet: 73, 91 and EC. RGB value is (115,145,236). Sum of RGB (Red+Green+Blue) = 115+145+236=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #7391EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7391EC is #8C6E13. Grayscale: #929292. Windows color (decimal): -9203220 or 15503731. OLE color: 15503731.

HSL color Cylindrical-coordinate representation of color #7391EC: hue angle of 225.12º 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 #7391EC is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115145236-
CMYK0.510.3900.07
HSL225.12º76.1%68.82%-
HSV(B)225.12º51.27%92.55%-
XYZ32.3429.9583.43-
YUV146.4178.56105.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 236 (92.58% from 255) = 47.58%
R=23.19%
G=29.23%
B=47.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151452360.510.3900.07225.1276.168.82
Hex7391EC332707e14c45
Octal163221354634707341114105
Binary1110011100100011110110011001110011101111110000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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