Html Css Color HEX #708DBC Wild Blue Yonder

📋 copy color: '#708DBC'

red 112 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #708DBC

Tints of Wild Blue Yonder #708DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 25.4%
G = 31.97%
B = 42.63%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#708DBC (or 0x708DBC) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and BC. RGB value is (112,141,188). Sum of RGB (Red+Green+Blue) = 112+141+188=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #708DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DBC is #8F7243. Grayscale: #898989. Windows color (decimal): -9400900 or 12356976. OLE color: 12356976.

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

Color convert

RGB 112 141 188 -
CMYK 0.40 0.25 0 0.26
HSL 217.11º 0.36% 0.59% -
HSV(B) 217.11º 0.4% 0.74% -
XYZ 25.28 26.13 51.29 -
YUV 137.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 112 141 188 0.40 0.25 0 0.26 217.11 0.36 0.59
Hex 70 8D BC 28 19 0 1A D9 24 3B
Octal 160 215 274 50 31 0 32 331 44 73
Binary 1110000 10001101 10111100 101000 11001 0 11010 11011001 100100 111011

Color Harmonies of #708DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DBC

Black with #708DBC

Text Example


Text Example

White with #708DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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