#7592E1

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

Shades of Cornflower Blue #7592E1

Tints of Cornflower Blue #7592E1

Color information

#7592E1 (or 0x7592E1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 92 and E1. RGB value is (117,146,225). Sum of RGB (Red+Green+Blue) = 117+146+225=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #7592E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7592E1 is #8A6D1E. Grayscale: #919191. Windows color (decimal): -9071903 or 14783093. OLE color: 14783093.

HSL color Cylindrical-coordinate representation of color #7592E1: hue angle of 223.89º degrees, saturation: 0.64, 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 #7592E1 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117146225-
CMYK0.480.3500.12
HSL223.89º64.29%67.06%-
HSV(B)223.89º48%88.24%-
XYZ31.2129.7875.34-
YUV146.34172.39107.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.98%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 225 (88.28% from 255) = 46.11%
R=23.98%
G=29.92%
B=46.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171462250.480.3500.12223.8964.2967.06
Hex7592E130230Ce04043
Octal1652223416043014340100103
Binary11101011001001011100001110000100011011001110000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7592E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7592E1; }

 p { color: rgb(117,146,225); }

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

<style>
 a { background-color: #7592E1; }

 a { background-color: rgb(117,146,225); }

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

<style>
 span { border-color: #7592E1; }

 span { border-color: rgb(117,146,225); }

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