#7596FF

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

Shades of Cornflower Blue #7596FF

Tints of Cornflower Blue #7596FF

Color information

#7596FF (or 0x7596FF) is unknown color: approx Cornflower Blue. HEX triplet: 75, 96 and FF. RGB value is (117,150,255). Sum of RGB (Red+Green+Blue) = 117+150+255=522 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.41% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7596FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7596FF is #8A6900. Grayscale: #979797. Windows color (decimal): -9070849 or 16750197. OLE color: 16750197.

HSL color Cylindrical-coordinate representation of color #7596FF: hue angle of 225.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7596FF is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB117150255-
CMYK0.540.4100
HSL225.65º100%72.94%-
HSV(B)225.65º54.12%100%-
XYZ36.2932.8199.03-
YUV152.1186.07102.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.41%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 255 (100% from 255) = 48.85%
R=22.41%
G=28.74%
B=48.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1171502550.540.4100225.6510072.94
Hex7596FF362900e26449
Octal165226377665100342144111
Binary11101011001011011111111110110101001001110001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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