#7586EA

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

Shades of Cornflower Blue #7586EA

Tints of Cornflower Blue #7586EA

Color information

#7586EA (or 0x7586EA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 86 and EA. RGB value is (117,134,234). Sum of RGB (Red+Green+Blue) = 117+134+234=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #7586EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7586EA is #8A7915. Grayscale: #8B8B8B. Windows color (decimal): -9074966 or 15369845. OLE color: 15369845.

HSL color Cylindrical-coordinate representation of color #7586EA: hue angle of 231.28º degrees, saturation: 0.74, 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 #7586EA is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117134234-
CMYK0.50.4300.08
HSL231.28º73.58%68.82%-
HSV(B)231.28º50%91.76%-
XYZ30.7126.7781.39-
YUV140.32180.87111.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.12%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=24.12%
G=27.63%
B=48.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171342340.50.4300.08231.2873.5868.82
Hex7586EA322B08e74a45
Octal1652063526253010347112105
Binary11101011000011011101010110010101011010001110011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7586EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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