Html Css Color HEX #708FBA Wild Blue Yonder

📋 copy color: '#708FBA'

red 112 ◦ green 143 ◦ blue 186

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

Shades of Wild Blue Yonder #708FBA

Tints of Wild Blue Yonder #708FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

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

R = 25.4%
G = 32.43%
B = 42.18%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#708FBA (or 0x708FBA) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and BA. RGB value is (112,143,186). Sum of RGB (Red+Green+Blue) = 112+143+186=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #708FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FBA is #8F7045. Grayscale: #8A8A8A. Windows color (decimal): -9400390 or 12226416. OLE color: 12226416.

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

Color convert

RGB 112 143 186 -
CMYK 0.40 0.23 0 0.27
HSL 214.86º 0.35% 0.58% -
HSV(B) 214.86º 0.4% 0.73% -
XYZ 25.37 26.63 50.26 -
YUV 138.63 154.73 109 -
System Red Green Blue C M Y K H S L
Decimal 112 143 186 0.40 0.23 0 0.27 214.86 0.35 0.58
Hex 70 8F BA 28 17 0 1B D7 23 3A
Octal 160 217 272 50 27 0 33 327 43 72
Binary 1110000 10001111 10111010 101000 10111 0 11011 11010111 100011 111010

Color Harmonies of #708FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FBA

Black with #708FBA

Text Example


Text Example

White with #708FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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