#7585F8

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

Shades of Cornflower Blue #7585F8

Tints of Cornflower Blue #7585F8

Color information

#7585F8 (or 0x7585F8) is unknown color: approx Cornflower Blue. HEX triplet: 75, 85 and F8. RGB value is (117,133,248). Sum of RGB (Red+Green+Blue) = 117+133+248=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #7585F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7585F8 is #8A7A07. Grayscale: #8C8C8C. Windows color (decimal): -9075208 or 16287093. OLE color: 16287093.

HSL color Cylindrical-coordinate representation of color #7585F8: hue angle of 232.67º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7585F8 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB117133248-
CMYK0.530.4600.03
HSL232.67º90.34%71.57%-
HSV(B)232.67º52.82%97.25%-
XYZ32.6727.3392.36-
YUV141.33188.2110.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.49%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 248 (97.27% from 255) = 49.80%
R=23.49%
G=26.71%
B=49.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1171332480.530.4600.03232.6790.3471.57
Hex7585F8352E03e95a48
Octal165205370655603351132110
Binary111010110000101111110001101011011100111110100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7585F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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