#7294E3

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

Shades of Cornflower Blue #7294E3

Tints of Cornflower Blue #7294E3

Color information

#7294E3 (or 0x7294E3) is unknown color: approx Cornflower Blue. HEX triplet: 72, 94 and E3. RGB value is (114,148,227). Sum of RGB (Red+Green+Blue) = 114+148+227=489 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.31% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 227 (89.06% from 255 or 46.42% from 489); Max value from RGB is 227 - color contains mainly: blue. Hex color #7294E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7294E3 is #8D6B1C. Grayscale: #929292. Windows color (decimal): -9267997 or 14914674. OLE color: 14914674.

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

Color convert

RGB114148227-
CMYK0.500.3500.11
HSL221.95º66.86%66.86%-
HSV(B)221.95º49.78%89.02%-
XYZ31.3930.376.87-
YUV146.84173.24104.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.31%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 227 (89.06% from 255) = 46.42%
R=23.31%
G=30.27%
B=46.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141482270.500.3500.11221.9566.8666.86
Hex7294E332230Bde4343
Octal1622243436243013336103103
Binary11100101001010011100011110010100011010111101111010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7294E3; }

 p { color: rgb(114,148,227); }

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

<style>
 a { background-color: #7294E3; }

 a { background-color: rgb(114,148,227); }

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

<style>
 span { border-color: #7294E3; }

 span { border-color: rgb(114,148,227); }

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