Html Css Color HEX #708CBA Wild Blue Yonder

📋 copy color: '#708CBA'

red 112 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #708CBA

Tints of Wild Blue Yonder #708CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

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

R = 25.57%
G = 31.96%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#708CBA (or 0x708CBA) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and BA. RGB value is (112,140,186). Sum of RGB (Red+Green+Blue) = 112+140+186=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #708CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CBA is #8F7345. Grayscale: #888888. Windows color (decimal): -9401158 or 12225648. OLE color: 12225648.

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

Color convert

RGB 112 140 186 -
CMYK 0.40 0.25 0 0.27
HSL 217.3º 0.35% 0.58% -
HSV(B) 217.3º 0.4% 0.73% -
XYZ 24.92 25.75 50.11 -
YUV 136.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 112 140 186 0.40 0.25 0 0.27 217.3 0.35 0.58
Hex 70 8C BA 28 19 0 1B D9 23 3A
Octal 160 214 272 50 31 0 33 331 43 72
Binary 1110000 10001100 10111010 101000 11001 0 11011 11011001 100011 111010

Color Harmonies of #708CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CBA

Black with #708CBA

Text Example


Text Example

White with #708CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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