#7395D9

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

Shades of Cornflower Blue #7395D9

Tints of Cornflower Blue #7395D9

Color information

#7395D9 (or 0x7395D9) is unknown color: approx Cornflower Blue. HEX triplet: 73, 95 and D9. RGB value is (115,149,217). Sum of RGB (Red+Green+Blue) = 115+149+217=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #7395D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395D9 is #8C6A26. Grayscale: #929292. Windows color (decimal): -9202215 or 14259571. OLE color: 14259571.

HSL color Cylindrical-coordinate representation of color #7395D9: hue angle of 220º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7395D9 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB115149217-
CMYK0.470.3100.15
HSL220º57.3%65.1%-
HSV(B)220º47%85.1%-
XYZ30.3430.1569.87-
YUV146.59167.74105.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.91%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 217 (85.16% from 255) = 45.11%
R=23.91%
G=30.98%
B=45.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1151492170.470.3100.1522057.365.1
Hex7395D92F1F0Fdc3941
Octal163225331573701733471101
Binary111001110010101110110011011111111101111110111001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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