#7396E8

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

Shades of Cornflower Blue #7396E8

Tints of Cornflower Blue #7396E8

Color information

#7396E8 (or 0x7396E8) is unknown color: approx Cornflower Blue. HEX triplet: 73, 96 and E8. RGB value is (115,150,232). Sum of RGB (Red+Green+Blue) = 115+150+232=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #7396E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7396E8 is #8C6917. Grayscale: #949494. Windows color (decimal): -9201944 or 15242867. OLE color: 15242867.

HSL color Cylindrical-coordinate representation of color #7396E8: hue angle of 222.05º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7396E8 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115150232-
CMYK0.500.3500.09
HSL222.05º71.78%68.04%-
HSV(B)222.05º50.43%90.98%-
XYZ32.5431.2880.67-
YUV148.88174.9103.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=23.14%
G=30.18%
B=46.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1151502320.500.3500.09222.0571.7868.04
Hex7396E8322309de4844
Octal1632263506243011336110104
Binary11100111001011011101000110010100011010011101111010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7396E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7396E8; }

 p { color: rgb(115,150,232); }

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

<style>
 a { background-color: #7396E8; }

 a { background-color: rgb(115,150,232); }

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

<style>
 span { border-color: #7396E8; }

 span { border-color: rgb(115,150,232); }

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