Shades of Wild Blue Yonder #708DBF
Tints of Wild Blue Yonder #708DBF
RGB
CMYK
RGB Variations
Color information
#708DBF (or 0x708DBF) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and BF. RGB value is (112,141,191). Sum of RGB (Red+Green+Blue) = 112+141+191=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #708DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DBF is #8F7240. Grayscale: #898989. Windows color (decimal): -9400897 or 12553584. OLE color: 12553584.
HSL color Cylindrical-coordinate representation of color #708DBF: hue angle of 217.97º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #708DBF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 141 | 191 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.25 |
| HSL | 217.97º | 0.38% | 0.59% | - |
| HSV(B) | 217.97º | 0.41% | 0.75% | - |
| XYZ | 25.61 | 26.26 | 53.01 | - |
| YUV | 138.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 191 | 0.41 | 0.26 | 0 | 0.25 | 217.97 | 0.38 | 0.59 |
| Hex | 70 | 8D | BF | 29 | 1A | 0 | 19 | DA | 26 | 3B |
| Octal | 160 | 215 | 277 | 51 | 32 | 0 | 31 | 332 | 46 | 73 |
| Binary | 1110000 | 10001101 | 10111111 | 101001 | 11010 | 0 | 11001 | 11011010 | 100110 | 111011 |
Color Harmonies of #708DBF
Complementary color
Monochromatic Colors of #708DBF
Black with #708DBF
Text Example
Text Example
White with #708DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DBF; }
p { color: rgb(112,141,191); }
H1.HeaderClassName
{
color: #708DBF;
}
.AnyTagClassName
{
color: #708DBF;
}
</style>
background-color css
<style>
a { background-color: #708DBF; }
a { background-color: rgb(112,141,191); }
div.DivClassName
{
background-color: #708DBF;
}
.BgClassName
{
background-color: #708DBF;
}
</style>
border-color css
<style>
span { border-color: #708DBF; }
span { border-color: rgb(112,141,191); }
td.TdClassName
{
border-color: #708DBF;
}
.TagClassName
{
border-color: #708DBF;
}
</style>