Html Css Color HEX #708BCD Wild Blue Yonder

📋 copy color: '#708BCD'

red 112 ◦ green 139 ◦ blue 205

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

Shades of Wild Blue Yonder #708BCD

Tints of Wild Blue Yonder #708BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.48%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 24.56%
G = 30.48%
B = 44.96%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#708BCD (or 0x708BCD) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and CD. RGB value is (112,139,205). Sum of RGB (Red+Green+Blue) = 112+139+205=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #708BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCD is #8F7432. Grayscale: #8A8A8A. Windows color (decimal): -9401395 or 13470576. OLE color: 13470576.

HSL color Cylindrical-coordinate representation of color #708BCD: hue angle of 222.58º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708BCD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 139 205 -
CMYK 0.45 0.32 0 0.20
HSL 222.58º 0.48% 0.62% -
HSV(B) 222.58º 0.45% 0.8% -
XYZ 26.93 26.32 61.42 -
YUV 138.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 112 139 205 0.45 0.32 0 0.20 222.58 0.48 0.62
Hex 70 8B CD 2D 20 0 14 DF 30 3E
Octal 160 213 315 55 40 0 24 337 60 76
Binary 1110000 10001011 11001101 101101 100000 0 10100 11011111 110000 111110

Color Harmonies of #708BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BCD

Black with #708BCD

Text Example


Text Example

White with #708BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,139,205); }

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

background-color css

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

 a { background-color: rgb(112,139,205); }

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

border-color css

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

 span { border-color: rgb(112,139,205); }

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