Shades of Wild Blue Yonder #708ECF
Tints of Wild Blue Yonder #708ECF
RGB
CMYK
RGB Variations
Color information
#708ECF (or 0x708ECF) is known color: Wild Blue Yonder. HEX triplet: 70, 8E and CF. RGB value is (112,142,207). Sum of RGB (Red+Green+Blue) = 112+142+207=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #708ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ECF is #8F7130. Grayscale: #8C8C8C. Windows color (decimal): -9400625 or 13602416. OLE color: 13602416.
HSL color Cylindrical-coordinate representation of color #708ECF: hue angle of 221.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708ECF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 142 | 207 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.19 |
| HSL | 221.05º | 0.5% | 0.63% | - |
| HSV(B) | 221.05º | 0.46% | 0.81% | - |
| XYZ | 27.62 | 27.3 | 62.84 | - |
| YUV | 140.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 207 | 0.46 | 0.31 | 0 | 0.19 | 221.05 | 0.5 | 0.63 |
| Hex | 70 | 8E | CF | 2E | 1F | 0 | 13 | DD | 32 | 3F |
| Octal | 160 | 216 | 317 | 56 | 37 | 0 | 23 | 335 | 62 | 77 |
| Binary | 1110000 | 10001110 | 11001111 | 101110 | 11111 | 0 | 10011 | 11011101 | 110010 | 111111 |
Color Harmonies of #708ECF
Complementary color
Monochromatic Colors of #708ECF
Black with #708ECF
Text Example
Text Example
White with #708ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ECF; }
p { color: rgb(112,142,207); }
H1.HeaderClassName
{
color: #708ECF;
}
.AnyTagClassName
{
color: #708ECF;
}
</style>
background-color css
<style>
a { background-color: #708ECF; }
a { background-color: rgb(112,142,207); }
div.DivClassName
{
background-color: #708ECF;
}
.BgClassName
{
background-color: #708ECF;
}
</style>
border-color css
<style>
span { border-color: #708ECF; }
span { border-color: rgb(112,142,207); }
td.TdClassName
{
border-color: #708ECF;
}
.TagClassName
{
border-color: #708ECF;
}
</style>