#758DE0

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

Shades of Cornflower Blue #758DE0

Tints of Cornflower Blue #758DE0

Color information

#758DE0 (or 0x758DE0) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8D and E0. RGB value is (117,141,224). Sum of RGB (Red+Green+Blue) = 117+141+224=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #758DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DE0 is #8A721F. Grayscale: #8E8E8E. Windows color (decimal): -9073184 or 14716277. OLE color: 14716277.

HSL color Cylindrical-coordinate representation of color #758DE0: hue angle of 226.54º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758DE0 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117141224-
CMYK0.480.3700.12
HSL226.54º63.31%66.86%-
HSV(B)226.54º47.77%87.84%-
XYZ30.3228.2174.37-
YUV143.29173.55109.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 224 (87.89% from 255) = 46.47%
R=24.27%
G=29.25%
B=46.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171412240.480.3700.12226.5463.3166.86
Hex758DE030250Ce33f43
Octal165215340604501434377103
Binary1110101100011011110000011000010010101100111000111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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