#7595EF

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

Shades of Cornflower Blue #7595EF

Tints of Cornflower Blue #7595EF

Color information

#7595EF (or 0x7595EF) is unknown color: approx Cornflower Blue. HEX triplet: 75, 95 and EF. RGB value is (117,149,239). Sum of RGB (Red+Green+Blue) = 117+149+239=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #7595EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7595EF is #8A6A10. Grayscale: #959595. Windows color (decimal): -9071121 or 15701365. OLE color: 15701365.

HSL color Cylindrical-coordinate representation of color #7595EF: hue angle of 224.26º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7595EF is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB117149239-
CMYK0.510.3800.06
HSL224.26º79.22%69.8%-
HSV(B)224.26º51.05%93.73%-
XYZ33.6631.5185.97-
YUV149.69178.4104.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.17%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 239 (93.75% from 255) = 47.33%
R=23.17%
G=29.50%
B=47.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1171492390.510.3800.06224.2679.2269.8
Hex7595EF332606e04f46
Octal165225357634606340117106
Binary1110101100101011110111111001110011001101110000010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7595EF; }

 p { color: rgb(117,149,239); }

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

<style>
 a { background-color: #7595EF; }

 a { background-color: rgb(117,149,239); }

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

<style>
 span { border-color: #7595EF; }

 span { border-color: rgb(117,149,239); }

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