#7590E0

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

Shades of Cornflower Blue #7590E0

Tints of Cornflower Blue #7590E0

Color information

#7590E0 (or 0x7590E0) is unknown color: approx Cornflower Blue. HEX triplet: 75, 90 and E0. RGB value is (117,144,224). Sum of RGB (Red+Green+Blue) = 117+144+224=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #7590E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7590E0 is #8A6F1F. Grayscale: #909090. Windows color (decimal): -9072416 or 14717045. OLE color: 14717045.

HSL color Cylindrical-coordinate representation of color #7590E0: hue angle of 224.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7590E0 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117144224-
CMYK0.480.3600.12
HSL224.86º63.31%66.86%-
HSV(B)224.86º47.77%87.84%-
XYZ30.7629.1174.52-
YUV145.05172.55108-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=24.12%
G=29.69%
B=46.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171442240.480.3600.12224.8663.3166.86
Hex7590E030240Ce13f43
Octal165220340604401434177103
Binary1110101100100001110000011000010010001100111000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7590E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7590E0; }

 p { color: rgb(117,144,224); }

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

<style>
 a { background-color: #7590E0; }

 a { background-color: rgb(117,144,224); }

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

<style>
 span { border-color: #7590E0; }

 span { border-color: rgb(117,144,224); }

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