Html Css Color HEX #708CB8 Wild Blue Yonder

📋 copy color: '#708CB8'

red 112 ◦ green 140 ◦ blue 184

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

Shades of Wild Blue Yonder #708CB8

Tints of Wild Blue Yonder #708CB8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.11%

 BLUE value IS 184 (72.27% from 255) = 42.2%

R = 25.69%
G = 32.11%
B = 42.2%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#708CB8 (or 0x708CB8) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and B8. RGB value is (112,140,184). Sum of RGB (Red+Green+Blue) = 112+140+184=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 184 - color contains mainly: blue. Hex color #708CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CB8 is #8F7347. Grayscale: #888888. Windows color (decimal): -9401160 or 12094576. OLE color: 12094576.

HSL color Cylindrical-coordinate representation of color #708CB8: hue angle of 216.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #708CB8 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 140 184 -
CMYK 0.39 0.24 0 0.28
HSL 216.67º 0.34% 0.58% -
HSV(B) 216.67º 0.39% 0.72% -
XYZ 24.71 25.66 49 -
YUV 136.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 112 140 184 0.39 0.24 0 0.28 216.67 0.34 0.58
Hex 70 8C B8 27 18 0 1C D9 22 3A
Octal 160 214 270 47 30 0 34 331 42 72
Binary 1110000 10001100 10111000 100111 11000 0 11100 11011001 100010 111010

Color Harmonies of #708CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CB8

Black with #708CB8

Text Example


Text Example

White with #708CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,140,184); }

 H1.HeaderClassName
 {
   color: #708CB8;
 }
 .AnyTagClassName
 {
   color: #708CB8;
 }
</style>

background-color css

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

 a { background-color: rgb(112,140,184); }

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

border-color css

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

 span { border-color: rgb(112,140,184); }

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