#7291EA

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

Shades of Cornflower Blue #7291EA

Tints of Cornflower Blue #7291EA

Color information

#7291EA (or 0x7291EA) is unknown color: approx Cornflower Blue. HEX triplet: 72, 91 and EA. RGB value is (114,145,234). Sum of RGB (Red+Green+Blue) = 114+145+234=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #7291EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7291EA is #8D6E15. Grayscale: #919191. Windows color (decimal): -9268758 or 15372658. OLE color: 15372658.

HSL color Cylindrical-coordinate representation of color #7291EA: hue angle of 224.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7291EA is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114145234-
CMYK0.510.3800.08
HSL224.5º74.07%68.24%-
HSV(B)224.5º51.28%91.76%-
XYZ31.9229.7781.91-
YUV145.88177.73105.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.12%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=23.12%
G=29.41%
B=47.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141452340.510.3800.08224.574.0768.24
Hex7291EA332608e04a44
Octal1622213526346010340112104
Binary11100101001000111101010110011100110010001110000010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7291EA; }

 p { color: rgb(114,145,234); }

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

<style>
 a { background-color: #7291EA; }

 a { background-color: rgb(114,145,234); }

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

<style>
 span { border-color: #7291EA; }

 span { border-color: rgb(114,145,234); }

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