#7595EB

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

Shades of Cornflower Blue #7595EB

Tints of Cornflower Blue #7595EB

Color information

#7595EB (or 0x7595EB) is unknown color: approx Cornflower Blue. HEX triplet: 75, 95 and EB. RGB value is (117,149,235). Sum of RGB (Red+Green+Blue) = 117+149+235=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #7595EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7595EB is #8A6A14. Grayscale: #949494. Windows color (decimal): -9071125 or 15439221. OLE color: 15439221.

HSL color Cylindrical-coordinate representation of color #7595EB: hue angle of 223.73º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7595EB is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117149235-
CMYK0.500.3700.08
HSL223.73º74.68%69.02%-
HSV(B)223.73º50.21%92.16%-
XYZ33.0831.2782.89-
YUV149.24176.4105.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.35%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=23.35%
G=29.74%
B=46.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171492350.500.3700.08223.7374.6869.02
Hex7595EB322508e04b45
Octal1652253536245010340113105
Binary11101011001010111101011110010100101010001110000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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