#7296E0

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

Shades of Cornflower Blue #7296E0

Tints of Cornflower Blue #7296E0

Color information

#7296E0 (or 0x7296E0) is unknown color: approx Cornflower Blue. HEX triplet: 72, 96 and E0. RGB value is (114,150,224). Sum of RGB (Red+Green+Blue) = 114+150+224=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #7296E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7296E0 is #8D691F. Grayscale: #939393. Windows color (decimal): -9267488 or 14718578. OLE color: 14718578.

HSL color Cylindrical-coordinate representation of color #7296E0: hue angle of 220.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7296E0 is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114150224-
CMYK0.490.3300.12
HSL220.36º63.95%66.27%-
HSV(B)220.36º49.11%87.84%-
XYZ31.330.7774.81-
YUV147.67171.07103.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.36%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 224 (87.89% from 255) = 45.90%
R=23.36%
G=30.74%
B=45.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141502240.490.3300.12220.3663.9566.27
Hex7296E031210Cdc4042
Octal1622263406141014334100102
Binary11100101001011011100000110001100001011001101110010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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