Html Css Color HEX #707CBA Wild Blue Yonder

📋 copy color: '#707CBA'

red 112 ◦ green 124 ◦ blue 186

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

Shades of Wild Blue Yonder #707CBA

Tints of Wild Blue Yonder #707CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 26.54%
G = 29.38%
B = 44.08%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707CBA (or 0x707CBA) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and BA. RGB value is (112,124,186). Sum of RGB (Red+Green+Blue) = 112+124+186=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #707CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CBA is #8F8345. Grayscale: #7F7F7F. Windows color (decimal): -9405254 or 12221552. OLE color: 12221552.

HSL color Cylindrical-coordinate representation of color #707CBA: hue angle of 230.27º 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 #707CBA is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 124 186 -
CMYK 0.40 0.33 0 0.27
HSL 230.27º 0.35% 0.58% -
HSV(B) 230.27º 0.4% 0.73% -
XYZ 22.75 21.41 49.39 -
YUV 127.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 112 124 186 0.40 0.33 0 0.27 230.27 0.35 0.58
Hex 70 7C BA 28 21 0 1B E6 23 3A
Octal 160 174 272 50 41 0 33 346 43 72
Binary 1110000 1111100 10111010 101000 100001 0 11011 11100110 100011 111010

Color Harmonies of #707CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CBA

Black with #707CBA

Text Example


Text Example

White with #707CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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