#7394E2

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

Shades of Cornflower Blue #7394E2

Tints of Cornflower Blue #7394E2

Color information

#7394E2 (or 0x7394E2) is unknown color: approx Cornflower Blue. HEX triplet: 73, 94 and E2. RGB value is (115,148,226). Sum of RGB (Red+Green+Blue) = 115+148+226=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 226 - color contains mainly: blue. Hex color #7394E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7394E2 is #8C6B1D. Grayscale: #929292. Windows color (decimal): -9202462 or 14849139. OLE color: 14849139.

HSL color Cylindrical-coordinate representation of color #7394E2: hue angle of 222.16º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7394E2 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB115148226-
CMYK0.490.3500.11
HSL222.16º65.68%66.86%-
HSV(B)222.16º49.12%88.63%-
XYZ31.3930.3276.15-
YUV147.02172.57105.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 226 (88.67% from 255) = 46.22%
R=23.52%
G=30.27%
B=46.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1151482260.490.3500.11222.1665.6866.86
Hex7394E231230Bde4243
Octal1632243426143013336102103
Binary11100111001010011100010110001100011010111101111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7394E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7394E2; }

 p { color: rgb(115,148,226); }

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

<style>
 a { background-color: #7394E2; }

 a { background-color: rgb(115,148,226); }

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

<style>
 span { border-color: #7394E2; }

 span { border-color: rgb(115,148,226); }

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