Html Css Color HEX #707EBC Wild Blue Yonder

📋 copy color: '#707EBC'

red 112 ◦ green 126 ◦ blue 188

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

Shades of Wild Blue Yonder #707EBC

Tints of Wild Blue Yonder #707EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 26.29%
G = 29.58%
B = 44.13%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#707EBC (or 0x707EBC) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and BC. RGB value is (112,126,188). Sum of RGB (Red+Green+Blue) = 112+126+188=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #707EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EBC is #8F8143. Grayscale: #808080. Windows color (decimal): -9404740 or 12353136. OLE color: 12353136.

HSL color Cylindrical-coordinate representation of color #707EBC: hue angle of 228.95º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707EBC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 126 188 -
CMYK 0.40 0.33 0 0.26
HSL 228.95º 0.36% 0.59% -
HSV(B) 228.95º 0.4% 0.74% -
XYZ 23.22 22 50.6 -
YUV 128.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 112 126 188 0.40 0.33 0 0.26 228.95 0.36 0.59
Hex 70 7E BC 28 21 0 1A E5 24 3B
Octal 160 176 274 50 41 0 32 345 44 73
Binary 1110000 1111110 10111100 101000 100001 0 11010 11100101 100100 111011

Color Harmonies of #707EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EBC

Black with #707EBC

Text Example


Text Example

White with #707EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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