Html Css Color HEX #707FBA Wild Blue Yonder

📋 copy color: '#707FBA'

red 112 ◦ green 127 ◦ blue 186

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

Shades of Wild Blue Yonder #707FBA

Tints of Wild Blue Yonder #707FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

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

R = 26.35%
G = 29.88%
B = 43.76%

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

#707FBA (or 0x707FBA) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and BA. RGB value is (112,127,186). Sum of RGB (Red+Green+Blue) = 112+127+186=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #707FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FBA is #8F8045. Grayscale: #808080. Windows color (decimal): -9404486 or 12222320. OLE color: 12222320.

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

Color convert

RGB 112 127 186 -
CMYK 0.40 0.32 0 0.27
HSL 227.84º 0.35% 0.58% -
HSV(B) 227.84º 0.4% 0.73% -
XYZ 23.13 22.17 49.51 -
YUV 129.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 112 127 186 0.40 0.32 0 0.27 227.84 0.35 0.58
Hex 70 7F BA 28 20 0 1B E4 23 3A
Octal 160 177 272 50 40 0 33 344 43 72
Binary 1110000 1111111 10111010 101000 100000 0 11011 11100100 100011 111010

Color Harmonies of #707FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FBA

Black with #707FBA

Text Example


Text Example

White with #707FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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