Html Css Color HEX #708BBD Wild Blue Yonder

📋 copy color: '#708BBD'

red 112 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #708BBD

Tints of Wild Blue Yonder #708BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 189 (74.22% from 255) = 42.95%

R = 25.45%
G = 31.59%
B = 42.95%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#708BBD (or 0x708BBD) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and BD. RGB value is (112,139,189). Sum of RGB (Red+Green+Blue) = 112+139+189=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #708BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BBD is #8F7442. Grayscale: #888888. Windows color (decimal): -9401411 or 12422000. OLE color: 12422000.

HSL color Cylindrical-coordinate representation of color #708BBD: hue angle of 218.96º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708BBD is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 139 189 -
CMYK 0.41 0.26 0 0.26
HSL 218.96º 0.37% 0.59% -
HSV(B) 218.96º 0.41% 0.74% -
XYZ 25.1 25.58 51.76 -
YUV 136.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 112 139 189 0.41 0.26 0 0.26 218.96 0.37 0.59
Hex 70 8B BD 29 1A 0 1A DB 25 3B
Octal 160 213 275 51 32 0 32 333 45 73
Binary 1110000 10001011 10111101 101001 11010 0 11010 11011011 100101 111011

Color Harmonies of #708BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BBD

Black with #708BBD

Text Example


Text Example

White with #708BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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