#7496EA

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

Shades of Cornflower Blue #7496EA

Tints of Cornflower Blue #7496EA

Color information

#7496EA (or 0x7496EA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 96 and EA. RGB value is (116,150,234). Sum of RGB (Red+Green+Blue) = 116+150+234=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #7496EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7496EA is #8B6915. Grayscale: #959595. Windows color (decimal): -9136406 or 15373940. OLE color: 15373940.

HSL color Cylindrical-coordinate representation of color #7496EA: hue angle of 222.71º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7496EA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116150234-
CMYK0.500.3600.08
HSL222.71º73.75%68.63%-
HSV(B)222.71º50.43%91.76%-
XYZ32.9631.4782.18-
YUV149.41175.74104.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.2%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=23.2%
G=30%
B=46.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161502340.500.3600.08222.7173.7568.63
Hex7496EA322408df4a45
Octal1642263526244010337112105
Binary11101001001011011101010110010100100010001101111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7496EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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