#7395E9

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

Shades of Cornflower Blue #7395E9

Tints of Cornflower Blue #7395E9

Color information

#7395E9 (or 0x7395E9) is unknown color: approx Cornflower Blue. HEX triplet: 73, 95 and E9. RGB value is (115,149,233). Sum of RGB (Red+Green+Blue) = 115+149+233=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 233 - color contains mainly: blue. Hex color #7395E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7395E9 is #8C6A16. Grayscale: #949494. Windows color (decimal): -9202199 or 15308147. OLE color: 15308147.

HSL color Cylindrical-coordinate representation of color #7395E9: hue angle of 222.71º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7395E9 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB115149233-
CMYK0.510.3600.09
HSL222.71º72.84%68.24%-
HSV(B)222.71º50.64%91.37%-
XYZ32.5331.0281.36-
YUV148.41175.74104.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 233 (91.41% from 255) = 46.88%
R=23.14%
G=29.98%
B=46.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1151492330.510.3600.09222.7172.8468.24
Hex7395E9332409df4944
Octal1632253516344011337111104
Binary11100111001010111101001110011100100010011101111110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7395E9; }

 p { color: rgb(115,149,233); }

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

<style>
 a { background-color: #7395E9; }

 a { background-color: rgb(115,149,233); }

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

<style>
 span { border-color: #7395E9; }

 span { border-color: rgb(115,149,233); }

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