Html Css Color HEX #708DBB Wild Blue Yonder

📋 copy color: '#708DBB'

red 112 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #708DBB

Tints of Wild Blue Yonder #708DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.05%

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

R = 25.45%
G = 32.05%
B = 42.5%

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

#708DBB (or 0x708DBB) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and BB. RGB value is (112,141,187). Sum of RGB (Red+Green+Blue) = 112+141+187=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #708DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DBB is #8F7244. Grayscale: #898989. Windows color (decimal): -9400901 or 12291440. OLE color: 12291440.

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

Color convert

RGB 112 141 187 -
CMYK 0.40 0.25 0 0.27
HSL 216.8º 0.36% 0.59% -
HSV(B) 216.8º 0.4% 0.73% -
XYZ 25.18 26.08 50.72 -
YUV 137.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 112 141 187 0.40 0.25 0 0.27 216.8 0.36 0.59
Hex 70 8D BB 28 19 0 1B D9 24 3B
Octal 160 215 273 50 31 0 33 331 44 73
Binary 1110000 10001101 10111011 101000 11001 0 11011 11011001 100100 111011

Color Harmonies of #708DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DBB

Black with #708DBB

Text Example


Text Example

White with #708DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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