#7395F6

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

Shades of Cornflower Blue #7395F6

Tints of Cornflower Blue #7395F6

Color information

#7395F6 (or 0x7395F6) is unknown color: approx Cornflower Blue. HEX triplet: 73, 95 and F6. RGB value is (115,149,246). Sum of RGB (Red+Green+Blue) = 115+149+246=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #7395F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7395F6 is #8C6A09. Grayscale: #959595. Windows color (decimal): -9202186 or 16160115. OLE color: 16160115.

HSL color Cylindrical-coordinate representation of color #7395F6: hue angle of 224.43º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7395F6 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115149246-
CMYK0.530.3900.04
HSL224.43º87.92%70.78%-
HSV(B)224.43º53.25%96.47%-
XYZ34.4531.7991.51-
YUV149.89182.24103.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.55%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 246 (96.48% from 255) = 48.24%
R=22.55%
G=29.22%
B=48.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1151492460.530.3900.04224.4387.9270.78
Hex7395F6352704e05847
Octal163225366654704340130107
Binary1110011100101011111011011010110011101001110000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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