Html Css Color HEX #708ABA Wild Blue Yonder

📋 copy color: '#708ABA'

red 112 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #708ABA

Tints of Wild Blue Yonder #708ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 186 (73.05% from 255) = 42.66%

R = 25.69%
G = 31.65%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#708ABA (or 0x708ABA) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and BA. RGB value is (112,138,186). Sum of RGB (Red+Green+Blue) = 112+138+186=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #708ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABA is #8F7545. Grayscale: #878787. Windows color (decimal): -9401670 or 12225136. OLE color: 12225136.

HSL color Cylindrical-coordinate representation of color #708ABA: hue angle of 218.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708ABA is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 138 186 -
CMYK 0.40 0.26 0 0.27
HSL 218.92º 0.35% 0.58% -
HSV(B) 218.92º 0.4% 0.73% -
XYZ 24.63 25.17 50.01 -
YUV 135.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 112 138 186 0.40 0.26 0 0.27 218.92 0.35 0.58
Hex 70 8A BA 28 1A 0 1B DB 23 3A
Octal 160 212 272 50 32 0 33 333 43 72
Binary 1110000 10001010 10111010 101000 11010 0 11011 11011011 100011 111010

Color Harmonies of #708ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ABA

Black with #708ABA

Text Example


Text Example

White with #708ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,138,186); }

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

background-color css

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

 a { background-color: rgb(112,138,186); }

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

border-color css

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

 span { border-color: rgb(112,138,186); }

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