Html Css Color HEX #708DBD Wild Blue Yonder

📋 copy color: '#708DBD'

red 112 ◦ green 141 ◦ blue 189

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

Shades of Wild Blue Yonder #708DBD

Tints of Wild Blue Yonder #708DBD

RGB

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

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

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

R = 25.34%
G = 31.9%
B = 42.76%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#708DBD (or 0x708DBD) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and BD. RGB value is (112,141,189). Sum of RGB (Red+Green+Blue) = 112+141+189=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #708DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DBD is #8F7242. Grayscale: #898989. Windows color (decimal): -9400899 or 12422512. OLE color: 12422512.

HSL color Cylindrical-coordinate representation of color #708DBD: hue angle of 217.4º 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 #708DBD is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 141 189 -
CMYK 0.41 0.25 0 0.26
HSL 217.4º 0.37% 0.59% -
HSV(B) 217.4º 0.41% 0.74% -
XYZ 25.39 26.17 51.86 -
YUV 137.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 112 141 189 0.41 0.25 0 0.26 217.4 0.37 0.59
Hex 70 8D BD 29 19 0 1A D9 25 3B
Octal 160 215 275 51 31 0 32 331 45 73
Binary 1110000 10001101 10111101 101001 11001 0 11010 11011001 100101 111011

Color Harmonies of #708DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DBD

Black with #708DBD

Text Example


Text Example

White with #708DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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