Shades of Wild Blue Yonder #708DBA
Tints of Wild Blue Yonder #708DBA
RGB
CMYK
RGB Variations
Color information
#708DBA (or 0x708DBA) is known color: 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
| RGB | 112 | 141 | 186 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.27 |
| HSL | 216.49º | 0.35% | 0.58% | - |
| HSV(B) | 216.49º | 0.4% | 0.73% | - |
| XYZ | 25.07 | 26.04 | 50.16 | - |
| YUV | 137.46 | 155.39 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 186 | 0.40 | 0.24 | 0 | 0.27 | 216.49 | 0.35 | 0.58 |
| Hex | 70 | 8D | BA | 28 | 18 | 0 | 1B | D8 | 23 | 3A |
| Octal | 160 | 215 | 272 | 50 | 30 | 0 | 33 | 330 | 43 | 72 |
| Binary | 1110000 | 10001101 | 10111010 | 101000 | 11000 | 0 | 11011 | 11011000 | 100011 | 111010 |
Color Harmonies of #708DBA
Complementary color
Monochromatic Colors of #708DBA
Black with #708DBA
Text Example
Text Example
White with #708DBA
Text Example
Text Example
HTML Codes & Css Web 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>