Html Css Color HEX #707ECB Wild Blue Yonder

📋 copy color: '#707ECB'

red 112 ◦ green 126 ◦ blue 203

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

Shades of Wild Blue Yonder #707ECB

Tints of Wild Blue Yonder #707ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 25.4%
G = 28.57%
B = 46.03%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#707ECB (or 0x707ECB) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and CB. RGB value is (112,126,203). Sum of RGB (Red+Green+Blue) = 112+126+203=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #707ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ECB is #8F8134. Grayscale: #828282. Windows color (decimal): -9404725 or 13336176. OLE color: 13336176.

HSL color Cylindrical-coordinate representation of color #707ECB: hue angle of 230.77º degrees, saturation: 0.47, 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 #707ECB is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 126 203 -
CMYK 0.45 0.38 0 0.20
HSL 230.77º 0.47% 0.62% -
HSV(B) 230.77º 0.45% 0.8% -
XYZ 24.92 22.68 59.56 -
YUV 130.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 112 126 203 0.45 0.38 0 0.20 230.77 0.47 0.62
Hex 70 7E CB 2D 26 0 14 E7 2F 3E
Octal 160 176 313 55 46 0 24 347 57 76
Binary 1110000 1111110 11001011 101101 100110 0 10100 11100111 101111 111110

Color Harmonies of #707ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ECB

Black with #707ECB

Text Example


Text Example

White with #707ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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