#7585F9

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

Shades of Cornflower Blue #7585F9

Tints of Cornflower Blue #7585F9

Color information

#7585F9 (or 0x7585F9) is unknown color: approx Cornflower Blue. HEX triplet: 75, 85 and F9. RGB value is (117,133,249). Sum of RGB (Red+Green+Blue) = 117+133+249=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #7585F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585F9 is #8A7A06. Grayscale: #8C8C8C. Windows color (decimal): -9075207 or 16352629. OLE color: 16352629.

HSL color Cylindrical-coordinate representation of color #7585F9: hue angle of 232.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7585F9 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB117133249-
CMYK0.530.4700.02
HSL232.73º91.67%71.76%-
HSV(B)232.73º53.01%97.65%-
XYZ32.8227.493.18-
YUV141.44188.7110.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.45%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 249 (97.66% from 255) = 49.90%
R=23.45%
G=26.65%
B=49.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1171332490.530.4700.02232.7391.6771.76
Hex7585F9352F02e95c48
Octal165205371655702351134110
Binary111010110000101111110011101011011110101110100110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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