Html Css Color HEX #708BBA Wild Blue Yonder

📋 copy color: '#708BBA'

red 112 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #708BBA

Tints of Wild Blue Yonder #708BBA

RGB

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

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

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

R = 25.63%
G = 31.81%
B = 42.56%

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

#708BBA (or 0x708BBA) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and BA. RGB value is (112,139,186). Sum of RGB (Red+Green+Blue) = 112+139+186=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #708BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BBA is #8F7445. Grayscale: #888888. Windows color (decimal): -9401414 or 12225392. OLE color: 12225392.

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

Color convert

RGB 112 139 186 -
CMYK 0.40 0.25 0 0.27
HSL 218.11º 0.35% 0.58% -
HSV(B) 218.11º 0.4% 0.73% -
XYZ 24.78 25.46 50.06 -
YUV 136.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 112 139 186 0.40 0.25 0 0.27 218.11 0.35 0.58
Hex 70 8B BA 28 19 0 1B DA 23 3A
Octal 160 213 272 50 31 0 33 332 43 72
Binary 1110000 10001011 10111010 101000 11001 0 11011 11011010 100011 111010

Color Harmonies of #708BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BBA

Black with #708BBA

Text Example


Text Example

White with #708BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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