#7585EB

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

Shades of Cornflower Blue #7585EB

Tints of Cornflower Blue #7585EB

Color information

#7585EB (or 0x7585EB) is unknown color: approx Cornflower Blue. HEX triplet: 75, 85 and EB. RGB value is (117,133,235). Sum of RGB (Red+Green+Blue) = 117+133+235=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #7585EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585EB is #8A7A14. Grayscale: #8B8B8B. Windows color (decimal): -9075221 or 15435125. OLE color: 15435125.

HSL color Cylindrical-coordinate representation of color #7585EB: hue angle of 231.86º degrees, saturation: 0.75, 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 #7585EB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117133235-
CMYK0.500.4300.08
HSL231.86º74.68%69.02%-
HSV(B)231.86º50.21%92.16%-
XYZ30.7226.5682.1-
YUV139.84181.7111.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=24.12%
G=27.42%
B=48.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171332350.500.4300.08231.8674.6869.02
Hex7585EB322B08e84b45
Octal1652053536253010350113105
Binary11101011000010111101011110010101011010001110100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7585EB; }

 p { color: rgb(117,133,235); }

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

<style>
 a { background-color: #7585EB; }

 a { background-color: rgb(117,133,235); }

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

<style>
 span { border-color: #7585EB; }

 span { border-color: rgb(117,133,235); }

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