Html Css Color HEX #708FBB Wild Blue Yonder

📋 copy color: '#708FBB'

red 112 ◦ green 143 ◦ blue 187

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

Shades of Wild Blue Yonder #708FBB

Tints of Wild Blue Yonder #708FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.31%

R = 25.34%
G = 32.35%
B = 42.31%

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

#708FBB (or 0x708FBB) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and BB. RGB value is (112,143,187). Sum of RGB (Red+Green+Blue) = 112+143+187=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 187 - color contains mainly: blue. Hex color #708FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FBB is #8F7044. Grayscale: #8A8A8A. Windows color (decimal): -9400389 or 12291952. OLE color: 12291952.

HSL color Cylindrical-coordinate representation of color #708FBB: hue angle of 215.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708FBB is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 143 187 -
CMYK 0.40 0.24 0 0.27
HSL 215.2º 0.36% 0.59% -
HSV(B) 215.2º 0.4% 0.73% -
XYZ 25.47 26.68 50.82 -
YUV 138.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 112 143 187 0.40 0.24 0 0.27 215.2 0.36 0.59
Hex 70 8F BB 28 18 0 1B D7 24 3B
Octal 160 217 273 50 30 0 33 327 44 73
Binary 1110000 10001111 10111011 101000 11000 0 11011 11010111 100100 111011

Color Harmonies of #708FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FBB

Black with #708FBB

Text Example


Text Example

White with #708FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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