Html Css Color HEX #707EBA Wild Blue Yonder

📋 copy color: '#707EBA'

red 112 ◦ green 126 ◦ blue 186

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

Shades of Wild Blue Yonder #707EBA

Tints of Wild Blue Yonder #707EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 26.42%
G = 29.72%
B = 43.87%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707EBA (or 0x707EBA) is known color: Wild Blue Yonder. HEX triplet: 70, 7E and BA. RGB value is (112,126,186). Sum of RGB (Red+Green+Blue) = 112+126+186=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #707EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EBA is #8F8145. Grayscale: #808080. Windows color (decimal): -9404742 or 12222064. OLE color: 12222064.

HSL color Cylindrical-coordinate representation of color #707EBA: hue angle of 228.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707EBA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 126 186 -
CMYK 0.40 0.32 0 0.27
HSL 228.65º 0.35% 0.58% -
HSV(B) 228.65º 0.4% 0.73% -
XYZ 23.01 21.91 49.47 -
YUV 128.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 112 126 186 0.40 0.32 0 0.27 228.65 0.35 0.58
Hex 70 7E BA 28 20 0 1B E5 23 3A
Octal 160 176 272 50 40 0 33 345 43 72
Binary 1110000 1111110 10111010 101000 100000 0 11011 11100101 100011 111010

Color Harmonies of #707EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707EBA

Black with #707EBA

Text Example


Text Example

White with #707EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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