#7296EA

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

Shades of Cornflower Blue #7296EA

Tints of Cornflower Blue #7296EA

Color information

#7296EA (or 0x7296EA) is unknown color: approx Cornflower Blue. HEX triplet: 72, 96 and EA. RGB value is (114,150,234). Sum of RGB (Red+Green+Blue) = 114+150+234=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #7296EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296EA is #8D6915. Grayscale: #949494. Windows color (decimal): -9267478 or 15373938. OLE color: 15373938.

HSL color Cylindrical-coordinate representation of color #7296EA: hue angle of 222º 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 #7296EA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114150234-
CMYK0.510.3600.08
HSL222º74.07%68.24%-
HSV(B)222º51.28%91.76%-
XYZ32.731.3382.17-
YUV148.81176.07103.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=22.89%
G=30.12%
B=46.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141502340.510.3600.0822274.0768.24
Hex7296EA332408de4a44
Octal1622263526344010336112104
Binary11100101001011011101010110011100100010001101111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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