#7585F1

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

Shades of Cornflower Blue #7585F1

Tints of Cornflower Blue #7585F1

Color information

#7585F1 (or 0x7585F1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 85 and F1. RGB value is (117,133,241). Sum of RGB (Red+Green+Blue) = 117+133+241=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #7585F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585F1 is #8A7A0E. Grayscale: #8C8C8C. Windows color (decimal): -9075215 or 15828341. OLE color: 15828341.

HSL color Cylindrical-coordinate representation of color #7585F1: hue angle of 232.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7585F1 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117133241-
CMYK0.510.4500.05
HSL232.26º81.58%70.2%-
HSV(B)232.26º51.45%94.51%-
XYZ31.626.9186.75-
YUV140.53184.7111.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.83%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 241 (94.53% from 255) = 49.08%
R=23.83%
G=27.09%
B=49.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171332410.510.4500.05232.2681.5870.2
Hex7585F1332D05e85246
Octal165205361635505350122106
Binary1110101100001011111000111001110110101011110100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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