#7590EA

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

Shades of Cornflower Blue #7590EA

Tints of Cornflower Blue #7590EA

Color information

#7590EA (or 0x7590EA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 90 and EA. RGB value is (117,144,234). Sum of RGB (Red+Green+Blue) = 117+144+234=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #7590EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7590EA is #8A6F15. Grayscale: #919191. Windows color (decimal): -9072406 or 15372405. OLE color: 15372405.

HSL color Cylindrical-coordinate representation of color #7590EA: hue angle of 226.15º degrees, saturation: 0.74, 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 #7590EA is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117144234-
CMYK0.50.3800.08
HSL226.15º73.58%68.82%-
HSV(B)226.15º50%91.76%-
XYZ32.1629.6781.87-
YUV146.19177.55107.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.64%
GREEN value IS 144 (56.64% from 255) = 29.09%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=23.64%
G=29.09%
B=47.27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171442340.50.3800.08226.1573.5868.82
Hex7590EA322608e24a45
Octal1652203526246010342112105
Binary11101011001000011101010110010100110010001110001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7590EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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