Shades of Wild Blue Yonder #708BC0
Tints of Wild Blue Yonder #708BC0
RGB
CMYK
RGB Variations
Color information
#708BC0 (or 0x708BC0) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and C0. RGB value is (112,139,192). Sum of RGB (Red+Green+Blue) = 112+139+192=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #708BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BC0 is #8F743F. Grayscale: #888888. Windows color (decimal): -9401408 or 12618608. OLE color: 12618608.
HSL color Cylindrical-coordinate representation of color #708BC0: hue angle of 219.75º 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 #708BC0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 139 | 192 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.25 |
| HSL | 219.75º | 0.39% | 0.6% | - |
| HSV(B) | 219.75º | 0.42% | 0.75% | - |
| XYZ | 25.43 | 25.72 | 53.49 | - |
| YUV | 136.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 192 | 0.42 | 0.28 | 0 | 0.25 | 219.75 | 0.39 | 0.6 |
| Hex | 70 | 8B | C0 | 2A | 1C | 0 | 19 | DC | 27 | 3C |
| Octal | 160 | 213 | 300 | 52 | 34 | 0 | 31 | 334 | 47 | 74 |
| Binary | 1110000 | 10001011 | 11000000 | 101010 | 11100 | 0 | 11001 | 11011100 | 100111 | 111100 |
Color Harmonies of #708BC0
Complementary color
Monochromatic Colors of #708BC0
Black with #708BC0
Text Example
Text Example
White with #708BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708BC0; }
p { color: rgb(112,139,192); }
H1.HeaderClassName
{
color: #708BC0;
}
.AnyTagClassName
{
color: #708BC0;
}
</style>
background-color css
<style>
a { background-color: #708BC0; }
a { background-color: rgb(112,139,192); }
div.DivClassName
{
background-color: #708BC0;
}
.BgClassName
{
background-color: #708BC0;
}
</style>
border-color css
<style>
span { border-color: #708BC0; }
span { border-color: rgb(112,139,192); }
td.TdClassName
{
border-color: #708BC0;
}
.TagClassName
{
border-color: #708BC0;
}
</style>