Shades of Wild Blue Yonder #708CC0
Tints of Wild Blue Yonder #708CC0
RGB
CMYK
RGB Variations
Color information
#708CC0 (or 0x708CC0) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and C0. RGB value is (112,140,192). Sum of RGB (Red+Green+Blue) = 112+140+192=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #708CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CC0 is #8F733F. Grayscale: #898989. Windows color (decimal): -9401152 or 12618864. OLE color: 12618864.
HSL color Cylindrical-coordinate representation of color #708CC0: hue angle of 219º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #708CC0 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 140 | 192 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.25 |
| HSL | 219º | 0.39% | 0.6% | - |
| HSV(B) | 219º | 0.42% | 0.75% | - |
| XYZ | 25.57 | 26.01 | 53.54 | - |
| YUV | 137.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 192 | 0.42 | 0.27 | 0 | 0.25 | 219 | 0.39 | 0.6 |
| Hex | 70 | 8C | C0 | 2A | 1B | 0 | 19 | DB | 27 | 3C |
| Octal | 160 | 214 | 300 | 52 | 33 | 0 | 31 | 333 | 47 | 74 |
| Binary | 1110000 | 10001100 | 11000000 | 101010 | 11011 | 0 | 11001 | 11011011 | 100111 | 111100 |
Color Harmonies of #708CC0
Complementary color
Monochromatic Colors of #708CC0
Black with #708CC0
Text Example
Text Example
White with #708CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CC0; }
p { color: rgb(112,140,192); }
H1.HeaderClassName
{
color: #708CC0;
}
.AnyTagClassName
{
color: #708CC0;
}
</style>
background-color css
<style>
a { background-color: #708CC0; }
a { background-color: rgb(112,140,192); }
div.DivClassName
{
background-color: #708CC0;
}
.BgClassName
{
background-color: #708CC0;
}
</style>
border-color css
<style>
span { border-color: #708CC0; }
span { border-color: rgb(112,140,192); }
td.TdClassName
{
border-color: #708CC0;
}
.TagClassName
{
border-color: #708CC0;
}
</style>