Html Css Color HEX #708DC4 Wild Blue Yonder

📋 copy color: '#708DC4'

red 112 ◦ green 141 ◦ blue 196

#708DC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #708DC4

Tints of Wild Blue Yonder #708DC4

RGB

 RED value IS 112 (44.14% from 255) = 24.94%

 GREEN value IS 141 (55.47% from 255) = 31.4%

 BLUE value IS 196 (76.95% from 255) = 43.65%

R = 24.94%
G = 31.4%
B = 43.65%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#708DC4 (or 0x708DC4) is known color: 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

RGB 112 141 196 -
CMYK 0.43 0.28 0 0.23
HSL 219.29º 0.42% 0.6% -
HSV(B) 219.29º 0.43% 0.77% -
XYZ 26.17 26.48 55.96 -
YUV 138.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 112 141 196 0.43 0.28 0 0.23 219.29 0.42 0.6
Hex 70 8D C4 2B 1C 0 17 DB 2A 3C
Octal 160 215 304 53 34 0 27 333 52 74
Binary 1110000 10001101 11000100 101011 11100 0 10111 11011011 101010 111100

Color Harmonies of #708DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DC4

Black with #708DC4

Text Example


Text Example

White with #708DC4

Text Example


Text Example

HTML Codes & Css Web 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>