#7596DE

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

Shades of Cornflower Blue #7596DE

Tints of Cornflower Blue #7596DE

Color information

#7596DE (or 0x7596DE) is unknown color: approx Cornflower Blue. HEX triplet: 75, 96 and DE. RGB value is (117,150,222). Sum of RGB (Red+Green+Blue) = 117+150+222=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #7596DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596DE is #8A6921. Grayscale: #949494. Windows color (decimal): -9070882 or 14587509. OLE color: 14587509.

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

Color convert

RGB117150222-
CMYK0.470.3200.13
HSL221.14º61.4%66.47%-
HSV(B)221.14º47.3%87.06%-
XYZ31.4330.8773.41-
YUV148.34169.57105.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=23.93%
G=30.67%
B=45.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171502220.470.3200.13221.1461.466.47
Hex7596DE2F200Ddd3d42
Octal165226336574001533575102
Binary1110101100101101101111010111110000001101110111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596DE; }

 p { color: rgb(117,150,222); }

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

<style>
 a { background-color: #7596DE; }

 a { background-color: rgb(117,150,222); }

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

<style>
 span { border-color: #7596DE; }

 span { border-color: rgb(117,150,222); }

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