#7586F1

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

Shades of Cornflower Blue #7586F1

Tints of Cornflower Blue #7586F1

Color information

#7586F1 (or 0x7586F1) is unknown color: approx Cornflower Blue. HEX triplet: 75, 86 and F1. RGB value is (117,134,241). Sum of RGB (Red+Green+Blue) = 117+134+241=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #7586F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7586F1 is #8A790E. Grayscale: #8C8C8C. Windows color (decimal): -9074959 or 15828597. OLE color: 15828597.

HSL color Cylindrical-coordinate representation of color #7586F1: hue angle of 231.77º 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 #7586F1 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB117134241-
CMYK0.510.4400.05
HSL231.77º81.58%70.2%-
HSV(B)231.77º51.45%94.51%-
XYZ31.7427.1886.79-
YUV141.11184.37110.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 241 (94.53% from 255) = 48.98%
R=23.78%
G=27.24%
B=48.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1171342410.510.4400.05231.7781.5870.2
Hex7586F1332C05e85246
Octal165206361635405350122106
Binary1110101100001101111000111001110110001011110100010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7586F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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