Html Css Color HEX #708ECE Wild Blue Yonder

📋 copy color: '#708ECE'

red 112 ◦ green 142 ◦ blue 206

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

Shades of Wild Blue Yonder #708ECE

Tints of Wild Blue Yonder #708ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 24.35%
G = 30.87%
B = 44.78%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#708ECE (or 0x708ECE) is known color: Wild Blue Yonder. HEX triplet: 70, 8E and CE. RGB value is (112,142,206). Sum of RGB (Red+Green+Blue) = 112+142+206=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #708ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECE is #8F7131. Grayscale: #8C8C8C. Windows color (decimal): -9400626 or 13536880. OLE color: 13536880.

HSL color Cylindrical-coordinate representation of color #708ECE: hue angle of 220.85º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708ECE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 142 206 -
CMYK 0.46 0.31 0 0.19
HSL 220.85º 0.49% 0.62% -
HSV(B) 220.85º 0.46% 0.81% -
XYZ 27.5 27.25 62.2 -
YUV 140.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 112 142 206 0.46 0.31 0 0.19 220.85 0.49 0.62
Hex 70 8E CE 2E 1F 0 13 DD 31 3E
Octal 160 216 316 56 37 0 23 335 61 76
Binary 1110000 10001110 11001110 101110 11111 0 10011 11011101 110001 111110

Color Harmonies of #708ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ECE

Black with #708ECE

Text Example


Text Example

White with #708ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,142,206); }

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

background-color css

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

 a { background-color: rgb(112,142,206); }

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

border-color css

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

 span { border-color: rgb(112,142,206); }

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