Html Css Color HEX #708CBD Wild Blue Yonder

📋 copy color: '#708CBD'

red 112 ◦ green 140 ◦ blue 189

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

Shades of Wild Blue Yonder #708CBD

Tints of Wild Blue Yonder #708CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 25.4%
G = 31.75%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#708CBD (or 0x708CBD) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and BD. RGB value is (112,140,189). Sum of RGB (Red+Green+Blue) = 112+140+189=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #708CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CBD is #8F7342. Grayscale: #888888. Windows color (decimal): -9401155 or 12422256. OLE color: 12422256.

HSL color Cylindrical-coordinate representation of color #708CBD: hue angle of 218.18º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708CBD is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 140 189 -
CMYK 0.41 0.26 0 0.26
HSL 218.18º 0.37% 0.59% -
HSV(B) 218.18º 0.41% 0.74% -
XYZ 25.25 25.88 51.81 -
YUV 137.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 112 140 189 0.41 0.26 0 0.26 218.18 0.37 0.59
Hex 70 8C BD 29 1A 0 1A DA 25 3B
Octal 160 214 275 51 32 0 32 332 45 73
Binary 1110000 10001100 10111101 101001 11010 0 11010 11011010 100101 111011

Color Harmonies of #708CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CBD

Black with #708CBD

Text Example


Text Example

White with #708CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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