Html Css Color HEX #707ECE Wild Blue Yonder

📋 copy color: '#707ECE'

red 112 ◦ green 126 ◦ blue 206

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

Shades of Wild Blue Yonder #707ECE

Tints of Wild Blue Yonder #707ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

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

R = 25.23%
G = 28.38%
B = 46.4%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#707ECE (or 0x707ECE) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and CE. RGB value is (112,126,206). Sum of RGB (Red+Green+Blue) = 112+126+206=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #707ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ECE is #8F8131. Grayscale: #828282. Windows color (decimal): -9404722 or 13532784. OLE color: 13532784.

HSL color Cylindrical-coordinate representation of color #707ECE: hue angle of 231.06º 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 #707ECE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 126 206 -
CMYK 0.46 0.39 0 0.19
HSL 231.06º 0.49% 0.62% -
HSV(B) 231.06º 0.46% 0.81% -
XYZ 25.28 22.82 61.47 -
YUV 130.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 112 126 206 0.46 0.39 0 0.19 231.06 0.49 0.62
Hex 70 7E CE 2E 27 0 13 E7 31 3E
Octal 160 176 316 56 47 0 23 347 61 76
Binary 1110000 1111110 11001110 101110 100111 0 10011 11100111 110001 111110

Color Harmonies of #707ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ECE

Black with #707ECE

Text Example


Text Example

White with #707ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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