#7391EF

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

Shades of Cornflower Blue #7391EF

Tints of Cornflower Blue #7391EF

Color information

#7391EF (or 0x7391EF) is unknown color: approx Cornflower Blue. HEX triplet: 73, 91 and EF. RGB value is (115,145,239). Sum of RGB (Red+Green+Blue) = 115+145+239=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #7391EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7391EF is #8C6E10. Grayscale: #929292. Windows color (decimal): -9203217 or 15700339. OLE color: 15700339.

HSL color Cylindrical-coordinate representation of color #7391EF: hue angle of 225.48º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7391EF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115145239-
CMYK0.520.3900.06
HSL225.48º79.49%69.41%-
HSV(B)225.48º51.88%93.73%-
XYZ32.7830.1385.75-
YUV146.75180.06105.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.05%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 239 (93.75% from 255) = 47.90%
R=23.05%
G=29.06%
B=47.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1151452390.520.3900.06225.4879.4969.41
Hex7391EF342706e14f45
Octal163221357644706341117105
Binary1110011100100011110111111010010011101101110000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7391EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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