#708BC7

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

Shades of Wild Blue Yonder #708BC7

Tints of Wild Blue Yonder #708BC7

Color information

#708BC7 (or 0x708BC7) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8B and C7. RGB value is (112,139,199). Sum of RGB (Red+Green+Blue) = 112+139+199=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #708BC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BC7 is #8F7438. Grayscale: #898989. Windows color (decimal): -9401401 or 13077360. OLE color: 13077360.

HSL color Cylindrical-coordinate representation of color #708BC7: hue angle of 221.38º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708BC7 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB112139199-
CMYK0.440.3000.22
HSL221.38º43.72%60.98%-
HSV(B)221.38º43.72%78.04%-
XYZ26.2226.0357.68-
YUV137.77162.55109.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 199 (78.12% from 255) = 44.22%
R=24.89%
G=30.89%
B=44.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121391990.440.3000.22221.3843.7260.98
Hex708BC72C1E016dd2c3d
Octal16021330754360263355475
Binary111000010001011110001111011001111001011011011101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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