Shades of Wild Blue Yonder #708DC2
Tints of Wild Blue Yonder #708DC2
RGB
CMYK
RGB Variations
Color information
#708DC2 (or 0x708DC2) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and C2. RGB value is (112,141,194). Sum of RGB (Red+Green+Blue) = 112+141+194=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #708DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DC2 is #8F723D. Grayscale: #8A8A8A. Windows color (decimal): -9400894 or 12750192. OLE color: 12750192.
HSL color Cylindrical-coordinate representation of color #708DC2: hue angle of 218.78º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708DC2 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 141 | 194 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.24 |
| HSL | 218.78º | 0.4% | 0.6% | - |
| HSV(B) | 218.78º | 0.42% | 0.76% | - |
| XYZ | 25.94 | 26.39 | 54.77 | - |
| YUV | 138.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 194 | 0.42 | 0.27 | 0 | 0.24 | 218.78 | 0.4 | 0.6 |
| Hex | 70 | 8D | C2 | 2A | 1B | 0 | 18 | DB | 28 | 3C |
| Octal | 160 | 215 | 302 | 52 | 33 | 0 | 30 | 333 | 50 | 74 |
| Binary | 1110000 | 10001101 | 11000010 | 101010 | 11011 | 0 | 11000 | 11011011 | 101000 | 111100 |
Color Harmonies of #708DC2
Complementary color
Monochromatic Colors of #708DC2
Black with #708DC2
Text Example
Text Example
White with #708DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DC2; }
p { color: rgb(112,141,194); }
H1.HeaderClassName
{
color: #708DC2;
}
.AnyTagClassName
{
color: #708DC2;
}
</style>
background-color css
<style>
a { background-color: #708DC2; }
a { background-color: rgb(112,141,194); }
div.DivClassName
{
background-color: #708DC2;
}
.BgClassName
{
background-color: #708DC2;
}
</style>
border-color css
<style>
span { border-color: #708DC2; }
span { border-color: rgb(112,141,194); }
td.TdClassName
{
border-color: #708DC2;
}
.TagClassName
{
border-color: #708DC2;
}
</style>