Html Css Color HEX #708ECD Wild Blue Yonder

📋 copy color: '#708ECD'

red 112 ◦ green 142 ◦ blue 205

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

Shades of Wild Blue Yonder #708ECD

Tints of Wild Blue Yonder #708ECD

RGB

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

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

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

R = 24.4%
G = 30.94%
B = 44.66%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#708ECD (or 0x708ECD) is known color: Wild Blue Yonder. HEX triplet: 70, 8E and CD. RGB value is (112,142,205). Sum of RGB (Red+Green+Blue) = 112+142+205=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #708ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECD is #8F7132. Grayscale: #8B8B8B. Windows color (decimal): -9400627 or 13471344. OLE color: 13471344.

HSL color Cylindrical-coordinate representation of color #708ECD: hue angle of 220.65º 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 #708ECD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 142 205 -
CMYK 0.45 0.31 0 0.20
HSL 220.65º 0.48% 0.62% -
HSV(B) 220.65º 0.45% 0.8% -
XYZ 27.37 27.2 61.56 -
YUV 140.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 112 142 205 0.45 0.31 0 0.20 220.65 0.48 0.62
Hex 70 8E CD 2D 1F 0 14 DD 30 3E
Octal 160 216 315 55 37 0 24 335 60 76
Binary 1110000 10001110 11001101 101101 11111 0 10100 11011101 110000 111110

Color Harmonies of #708ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ECD

Black with #708ECD

Text Example


Text Example

White with #708ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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