#7591FE

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

Shades of Cornflower Blue #7591FE

Tints of Cornflower Blue #7591FE

Color information

#7591FE (or 0x7591FE) is unknown color: approx Cornflower Blue. HEX triplet: 75, 91 and FE. RGB value is (117,145,254). Sum of RGB (Red+Green+Blue) = 117+145+254=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #7591FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7591FE is #8A6E01. Grayscale: #949494. Windows color (decimal): -9072130 or 16683381. OLE color: 16683381.

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

Color convert

RGB117145254-
CMYK0.540.4300.00
HSL227.74º98.56%72.75%-
HSV(B)227.74º53.94%99.61%-
XYZ35.3531.1997.92-
YUV149.05187.22105.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.67%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=22.67%
G=28.10%
B=49.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1171452540.540.4300.00227.7498.5672.75
Hex7591FE362B00e46349
Octal165221376665300344143111
Binary11101011001000111111110110110101011001110010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7591FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7591FE; }

 p { color: rgb(117,145,254); }

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

<style>
 a { background-color: #7591FE; }

 a { background-color: rgb(117,145,254); }

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

<style>
 span { border-color: #7591FE; }

 span { border-color: rgb(117,145,254); }

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