#758ED0

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

Shades of Wild Blue Yonder #758ED0

Tints of Wild Blue Yonder #758ED0

Color information

#758ED0 (or 0x758ED0) is unknown color: approx Wild Blue Yonder. HEX triplet: 75, 8E and D0. RGB value is (117,142,208). Sum of RGB (Red+Green+Blue) = 117+142+208=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #758ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ED0 is #8A712F. Grayscale: #8D8D8D. Windows color (decimal): -9072944 or 13667957. OLE color: 13667957.

HSL color Cylindrical-coordinate representation of color #758ED0: hue angle of 223.52º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #758ED0 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB117142208-
CMYK0.440.3200.18
HSL223.52º49.19%63.73%-
HSV(B)223.52º43.75%81.57%-
XYZ28.3927.6863.52-
YUV142.05165.22110.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=25.05%
G=30.41%
B=44.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171422080.440.3200.18223.5249.1963.73
Hex758ED02C20012e03140
Octal165216320544002234061100
Binary11101011000111011010000101100100000010010111000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,142,208); }

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

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

 a { background-color: rgb(117,142,208); }

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

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

 span { border-color: rgb(117,142,208); }

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