#758DE7

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

Shades of Cornflower Blue #758DE7

Tints of Cornflower Blue #758DE7

Color information

#758DE7 (or 0x758DE7) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8D and E7. RGB value is (117,141,231). Sum of RGB (Red+Green+Blue) = 117+141+231=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #758DE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DE7 is #8A7218. Grayscale: #8F8F8F. Windows color (decimal): -9073177 or 15175029. OLE color: 15175029.

HSL color Cylindrical-coordinate representation of color #758DE7: hue angle of 227.37º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758DE7 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117141231-
CMYK0.490.3900.09
HSL227.37º70.37%68.24%-
HSV(B)227.37º49.35%90.59%-
XYZ31.2828.679.47-
YUV144.08177.05108.68-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.93%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 231 (90.62% from 255) = 47.24%
R=23.93%
G=28.83%
B=47.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171412310.490.3900.09227.3770.3768.24
Hex758DE7312709e34644
Octal1652153476147011343106104
Binary11101011000110111100111110001100111010011110001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758DE7; }

 p { color: rgb(117,141,231); }

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

<style>
 a { background-color: #758DE7; }

 a { background-color: rgb(117,141,231); }

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

<style>
 span { border-color: #758DE7; }

 span { border-color: rgb(117,141,231); }

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