Html Css Color HEX #708EBA Wild Blue Yonder

📋 copy color: '#708EBA'

red 112 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #708EBA

Tints of Wild Blue Yonder #708EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.27%

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

R = 25.45%
G = 32.27%
B = 42.27%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#708EBA (or 0x708EBA) is known color: Wild Blue Yonder. HEX triplet: 70, 8E and BA. RGB value is (112,142,186). Sum of RGB (Red+Green+Blue) = 112+142+186=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #708EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EBA is #8F7145. Grayscale: #898989. Windows color (decimal): -9400646 or 12226160. OLE color: 12226160.

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

Color convert

RGB 112 142 186 -
CMYK 0.40 0.24 0 0.27
HSL 215.68º 0.35% 0.58% -
HSV(B) 215.68º 0.4% 0.73% -
XYZ 25.22 26.34 50.21 -
YUV 138.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 112 142 186 0.40 0.24 0 0.27 215.68 0.35 0.58
Hex 70 8E BA 28 18 0 1B D8 23 3A
Octal 160 216 272 50 30 0 33 330 43 72
Binary 1110000 10001110 10111010 101000 11000 0 11011 11011000 100011 111010

Color Harmonies of #708EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708EBA

Black with #708EBA

Text Example


Text Example

White with #708EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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