#707FBC

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

Shades of Wild Blue Yonder #707FBC

Tints of Wild Blue Yonder #707FBC

Color information

#707FBC (or 0x707FBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7F and BC. RGB value is (112,127,188). Sum of RGB (Red+Green+Blue) = 112+127+188=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #707FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FBC is #8F8043. Grayscale: #818181. Windows color (decimal): -9404484 or 12353392. OLE color: 12353392.

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

Color convert

RGB112127188-
CMYK0.400.3200.26
HSL228.16º36.19%58.82%-
HSV(B)228.16º40.43%73.73%-
XYZ23.3522.2550.64-
YUV129.47161.03115.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 127 (50% from 255) = 29.74%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=26.23%
G=29.74%
B=44.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121271880.400.3200.26228.1636.1958.82
Hex707FBC282001Ae4243b
Octal16017727450400323444473
Binary111000011111111011110010100010000001101011100100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707FBC;
 }
 .AnyTagClassName
 {
   color: #707FBC;
 }
</style>
background-color css

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

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

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

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

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

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