Html Css Color HEX #708DC1 Wild Blue Yonder

📋 copy color: '#708DC1'

red 112 ◦ green 141 ◦ blue 193

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

Shades of Wild Blue Yonder #708DC1

Tints of Wild Blue Yonder #708DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 25.11%
G = 31.61%
B = 43.27%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#708DC1 (or 0x708DC1) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and C1. RGB value is (112,141,193). Sum of RGB (Red+Green+Blue) = 112+141+193=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 193 - color contains mainly: blue. Hex color #708DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DC1 is #8F723E. Grayscale: #8A8A8A. Windows color (decimal): -9400895 or 12684656. OLE color: 12684656.

HSL color Cylindrical-coordinate representation of color #708DC1: hue angle of 218.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708DC1 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 141 193 -
CMYK 0.42 0.27 0 0.24
HSL 218.52º 0.4% 0.6% -
HSV(B) 218.52º 0.42% 0.76% -
XYZ 25.83 26.34 54.18 -
YUV 138.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 112 141 193 0.42 0.27 0 0.24 218.52 0.4 0.6
Hex 70 8D C1 2A 1B 0 18 DB 28 3C
Octal 160 215 301 52 33 0 30 333 50 74
Binary 1110000 10001101 11000001 101010 11011 0 11000 11011011 101000 111100

Color Harmonies of #708DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DC1

Black with #708DC1

Text Example


Text Example

White with #708DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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