#708DC4

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

Shades of Wild Blue Yonder #708DC4

Tints of Wild Blue Yonder #708DC4

Color information

#708DC4 (or 0x708DC4) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8D and C4. RGB value is (112,141,196). Sum of RGB (Red+Green+Blue) = 112+141+196=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 196 - color contains mainly: blue. Hex color #708DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DC4 is #8F723B. Grayscale: #8A8A8A. Windows color (decimal): -9400892 or 12881264. OLE color: 12881264.

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

Color convert

RGB112141196-
CMYK0.430.2800.23
HSL219.29º41.58%60.39%-
HSV(B)219.29º42.86%76.86%-
XYZ26.1726.4855.96-
YUV138.6160.39109.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=24.94%
G=31.40%
B=43.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121411960.430.2800.23219.2941.5860.39
Hex708DC42B1C017db2a3c
Octal16021530453340273335274
Binary111000010001101110001001010111110001011111011011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,141,196); }

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

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

 a { background-color: rgb(112,141,196); }

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

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

 span { border-color: rgb(112,141,196); }

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