#7395DD

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

Shades of Cornflower Blue #7395DD

Tints of Cornflower Blue #7395DD

Color information

#7395DD (or 0x7395DD) is unknown color: approx Cornflower Blue. HEX triplet: 73, 95 and DD. RGB value is (115,149,221). Sum of RGB (Red+Green+Blue) = 115+149+221=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #7395DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7395DD is #8C6A22. Grayscale: #929292. Windows color (decimal): -9202211 or 14521715. OLE color: 14521715.

HSL color Cylindrical-coordinate representation of color #7395DD: hue angle of 220.75º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7395DD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB115149221-
CMYK0.480.3300.13
HSL220.75º60.92%65.88%-
HSV(B)220.75º47.96%86.67%-
XYZ30.8730.3672.64-
YUV147.04169.74105.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.71%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=23.71%
G=30.72%
B=45.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1151492210.480.3300.13220.7560.9265.88
Hex7395DD30210Ddd3d42
Octal163225335604101533575102
Binary1110011100101011101110111000010000101101110111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7395DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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