#7594E4

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

Shades of Cornflower Blue #7594E4

Tints of Cornflower Blue #7594E4

Color information

#7594E4 (or 0x7594E4) is unknown color: approx Cornflower Blue. HEX triplet: 75, 94 and E4. RGB value is (117,148,228). Sum of RGB (Red+Green+Blue) = 117+148+228=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #7594E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594E4 is #8A6B1B. Grayscale: #939393. Windows color (decimal): -9071388 or 14980213. OLE color: 14980213.

HSL color Cylindrical-coordinate representation of color #7594E4: hue angle of 223.24º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7594E4 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117148228-
CMYK0.490.3500.11
HSL223.24º67.27%67.65%-
HSV(B)223.24º48.68%89.41%-
XYZ31.9330.5677.62-
YUV147.85173.23106-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.73%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 228 (89.45% from 255) = 46.25%
R=23.73%
G=30.02%
B=46.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171482280.490.3500.11223.2467.2767.65
Hex7594E431230Bdf4344
Octal1652243446143013337103104
Binary11101011001010011100100110001100011010111101111110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7594E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7594E4; }

 p { color: rgb(117,148,228); }

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

<style>
 a { background-color: #7594E4; }

 a { background-color: rgb(117,148,228); }

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

<style>
 span { border-color: #7594E4; }

 span { border-color: rgb(117,148,228); }

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