Html Css Color HEX #708ABF Wild Blue Yonder

📋 copy color: '#708ABF'

red 112 ◦ green 138 ◦ blue 191

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

Shades of Wild Blue Yonder #708ABF

Tints of Wild Blue Yonder #708ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 25.4%
G = 31.29%
B = 43.31%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#708ABF (or 0x708ABF) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and BF. RGB value is (112,138,191). Sum of RGB (Red+Green+Blue) = 112+138+191=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #708ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ABF is #8F7540. Grayscale: #888888. Windows color (decimal): -9401665 or 12552816. OLE color: 12552816.

HSL color Cylindrical-coordinate representation of color #708ABF: hue angle of 220.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708ABF is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 138 191 -
CMYK 0.41 0.28 0 0.25
HSL 220.25º 0.38% 0.59% -
HSV(B) 220.25º 0.41% 0.75% -
XYZ 25.17 25.38 52.86 -
YUV 136.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 112 138 191 0.41 0.28 0 0.25 220.25 0.38 0.59
Hex 70 8A BF 29 1C 0 19 DC 26 3B
Octal 160 212 277 51 34 0 31 334 46 73
Binary 1110000 10001010 10111111 101001 11100 0 11001 11011100 100110 111011

Color Harmonies of #708ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ABF

Black with #708ABF

Text Example


Text Example

White with #708ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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