Html Css Color HEX #708CBF Wild Blue Yonder

📋 copy color: '#708CBF'

red 112 ◦ green 140 ◦ blue 191

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

Shades of Wild Blue Yonder #708CBF

Tints of Wild Blue Yonder #708CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 25.28%
G = 31.6%
B = 43.12%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#708CBF (or 0x708CBF) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and BF. RGB value is (112,140,191). Sum of RGB (Red+Green+Blue) = 112+140+191=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #708CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CBF is #8F7340. Grayscale: #898989. Windows color (decimal): -9401153 or 12553328. OLE color: 12553328.

HSL color Cylindrical-coordinate representation of color #708CBF: hue angle of 218.73º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708CBF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 140 191 -
CMYK 0.41 0.27 0 0.25
HSL 218.73º 0.38% 0.59% -
HSV(B) 218.73º 0.41% 0.75% -
XYZ 25.46 25.96 52.96 -
YUV 137.44 158.22 109.85 -
System Red Green Blue C M Y K H S L
Decimal 112 140 191 0.41 0.27 0 0.25 218.73 0.38 0.59
Hex 70 8C BF 29 1B 0 19 DB 26 3B
Octal 160 214 277 51 33 0 31 333 46 73
Binary 1110000 10001100 10111111 101001 11011 0 11001 11011011 100110 111011

Color Harmonies of #708CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CBF

Black with #708CBF

Text Example


Text Example

White with #708CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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