#707FBA

Color #707FBA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #707FBA

Tints of Wild Blue Yonder #707FBA

Color information

#707FBA (or 0x707FBA) is unknown color: approx 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

RGB112127186-
CMYK0.400.3200.27
HSL227.84º34.91%58.43%-
HSV(B)227.84º39.78%72.94%-
XYZ23.1322.1749.51-
YUV129.24160.03115.7-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121271860.400.3200.27227.8434.9158.43
Hex707FBA282001Be4233a
Octal16017727250400333444372
Binary111000011111111011101010100010000001101111100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>