#708BC2

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

Shades of Wild Blue Yonder #708BC2

Tints of Wild Blue Yonder #708BC2

Color information

#708BC2 (or 0x708BC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8B and C2. RGB value is (112,139,194). Sum of RGB (Red+Green+Blue) = 112+139+194=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #708BC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BC2 is #8F743D. Grayscale: #888888. Windows color (decimal): -9401406 or 12749680. OLE color: 12749680.

HSL color Cylindrical-coordinate representation of color #708BC2: hue angle of 220.24º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708BC2 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112139194-
CMYK0.420.2800.24
HSL220.24º40.2%60%-
HSV(B)220.24º42.27%76.08%-
XYZ25.6525.8154.67-
YUV137.2160.05110.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 194 (76.17% from 255) = 43.60%
R=25.17%
G=31.24%
B=43.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121391940.420.2800.24220.2440.260
Hex708BC22A1C018dc283c
Octal16021330252340303345074
Binary111000010001011110000101010101110001100011011100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,139,194); }

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

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

 a { background-color: rgb(112,139,194); }

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

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

 span { border-color: rgb(112,139,194); }

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