#708ECD

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

Shades of Wild Blue Yonder #708ECD

Tints of Wild Blue Yonder #708ECD

Color information

#708ECD (or 0x708ECD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8E and CD. RGB value is (112,142,205). Sum of RGB (Red+Green+Blue) = 112+142+205=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #708ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECD is #8F7132. Grayscale: #8B8B8B. Windows color (decimal): -9400627 or 13471344. OLE color: 13471344.

HSL color Cylindrical-coordinate representation of color #708ECD: hue angle of 220.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708ECD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112142205-
CMYK0.450.3100.20
HSL220.65º48.19%62.16%-
HSV(B)220.65º45.37%80.39%-
XYZ27.3727.261.56-
YUV140.21164.56107.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.40%
GREEN value IS 142 (55.86% from 255) = 30.94%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=24.40%
G=30.94%
B=44.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121422050.450.3100.20220.6548.1962.16
Hex708ECD2D1F014dd303e
Octal16021631555370243356076
Binary111000010001110110011011011011111101010011011101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708ECD; }

 p { color: rgb(112,142,205); }

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

<style>
 a { background-color: #708ECD; }

 a { background-color: rgb(112,142,205); }

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

<style>
 span { border-color: #708ECD; }

 span { border-color: rgb(112,142,205); }

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