Shades of Wild Blue Yonder #708CBB
Tints of Wild Blue Yonder #708CBB
RGB
CMYK
RGB Variations
Color information
#708CBB (or 0x708CBB) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and BB. RGB value is (112,140,187). Sum of RGB (Red+Green+Blue) = 112+140+187=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #708CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CBB is #8F7344. Grayscale: #888888. Windows color (decimal): -9401157 or 12291184. OLE color: 12291184.
HSL color Cylindrical-coordinate representation of color #708CBB: hue angle of 217.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708CBB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 140 | 187 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.27 |
| HSL | 217.6º | 0.36% | 0.59% | - |
| HSV(B) | 217.6º | 0.4% | 0.73% | - |
| XYZ | 25.03 | 25.79 | 50.67 | - |
| YUV | 136.99 | 156.22 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 187 | 0.40 | 0.25 | 0 | 0.27 | 217.6 | 0.36 | 0.59 |
| Hex | 70 | 8C | BB | 28 | 19 | 0 | 1B | DA | 24 | 3B |
| Octal | 160 | 214 | 273 | 50 | 31 | 0 | 33 | 332 | 44 | 73 |
| Binary | 1110000 | 10001100 | 10111011 | 101000 | 11001 | 0 | 11011 | 11011010 | 100100 | 111011 |
Color Harmonies of #708CBB
Complementary color
Monochromatic Colors of #708CBB
Black with #708CBB
Text Example
Text Example
White with #708CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CBB; }
p { color: rgb(112,140,187); }
H1.HeaderClassName
{
color: #708CBB;
}
.AnyTagClassName
{
color: #708CBB;
}
</style>
background-color css
<style>
a { background-color: #708CBB; }
a { background-color: rgb(112,140,187); }
div.DivClassName
{
background-color: #708CBB;
}
.BgClassName
{
background-color: #708CBB;
}
</style>
border-color css
<style>
span { border-color: #708CBB; }
span { border-color: rgb(112,140,187); }
td.TdClassName
{
border-color: #708CBB;
}
.TagClassName
{
border-color: #708CBB;
}
</style>