#758DE4

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

Shades of Cornflower Blue #758DE4

Tints of Cornflower Blue #758DE4

Color information

#758DE4 (or 0x758DE4) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8D and E4. RGB value is (117,141,228). Sum of RGB (Red+Green+Blue) = 117+141+228=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #758DE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DE4 is #8A721B. Grayscale: #8F8F8F. Windows color (decimal): -9073180 or 14978421. OLE color: 14978421.

HSL color Cylindrical-coordinate representation of color #758DE4: hue angle of 227.03º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758DE4 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB117141228-
CMYK0.490.3800.11
HSL227.03º67.27%67.65%-
HSV(B)227.03º48.68%89.41%-
XYZ30.8628.4377.26-
YUV143.74175.55108.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 228 (89.45% from 255) = 46.91%
R=24.07%
G=29.01%
B=46.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1171412280.490.3800.11227.0367.2767.65
Hex758DE431260Be34344
Octal1652153446146013343103104
Binary11101011000110111100100110001100110010111110001110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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