#708DBA

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

Shades of Wild Blue Yonder #708DBA

Tints of Wild Blue Yonder #708DBA

Color information

#708DBA (or 0x708DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 8D and BA. RGB value is (112,141,186). Sum of RGB (Red+Green+Blue) = 112+141+186=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #708DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DBA is #8F7245. Grayscale: #898989. Windows color (decimal): -9400902 or 12225904. OLE color: 12225904.

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

Color convert

RGB112141186-
CMYK0.400.2400.27
HSL216.49º34.91%58.43%-
HSV(B)216.49º39.78%72.94%-
XYZ25.0726.0450.16-
YUV137.46155.39109.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=25.51%
G=32.12%
B=42.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121411860.400.2400.27216.4934.9158.43
Hex708DBA281801Bd8233a
Octal16021527250300333304372
Binary111000010001101101110101010001100001101111011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708DBA; }

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

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

<style>
 a { background-color: #708DBA; }

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

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

<style>
 span { border-color: #708DBA; }

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

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