#7399EA

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

Shades of Cornflower Blue #7399EA

Tints of Cornflower Blue #7399EA

Color information

#7399EA (or 0x7399EA) is unknown color: approx Cornflower Blue. HEX triplet: 73, 99 and EA. RGB value is (115,153,234). Sum of RGB (Red+Green+Blue) = 115+153+234=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #7399EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7399EA is #8C6615. Grayscale: #969696. Windows color (decimal): -9201174 or 15374707. OLE color: 15374707.

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

Color convert

RGB115153234-
CMYK0.510.3500.08
HSL220.84º73.91%68.43%-
HSV(B)220.84º50.85%91.76%-
XYZ33.3132.3782.33-
YUV150.87174.91102.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.91%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=22.91%
G=30.48%
B=46.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1151532340.510.3500.08220.8473.9168.43
Hex7399EA332308dd4a44
Octal1632313526343010335112104
Binary11100111001100111101010110011100011010001101110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7399EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,153,234); }

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

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

 a { background-color: rgb(115,153,234); }

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

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

 span { border-color: rgb(115,153,234); }

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