Html Css Color HEX #708BBC Wild Blue Yonder

📋 copy color: '#708BBC'

red 112 ◦ green 139 ◦ blue 188

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

Shades of Wild Blue Yonder #708BBC

Tints of Wild Blue Yonder #708BBC

RGB

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

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

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

R = 25.51%
G = 31.66%
B = 42.82%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#708BBC (or 0x708BBC) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and BC. RGB value is (112,139,188). Sum of RGB (Red+Green+Blue) = 112+139+188=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #708BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BBC is #8F7443. Grayscale: #888888. Windows color (decimal): -9401412 or 12356464. OLE color: 12356464.

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

Color convert

RGB 112 139 188 -
CMYK 0.40 0.26 0 0.26
HSL 218.68º 0.36% 0.59% -
HSV(B) 218.68º 0.4% 0.74% -
XYZ 24.99 25.54 51.19 -
YUV 136.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 112 139 188 0.40 0.26 0 0.26 218.68 0.36 0.59
Hex 70 8B BC 28 1A 0 1A DB 24 3B
Octal 160 213 274 50 32 0 32 333 44 73
Binary 1110000 10001011 10111100 101000 11010 0 11010 11011011 100100 111011

Color Harmonies of #708BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BBC

Black with #708BBC

Text Example


Text Example

White with #708BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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