Shades of Wild Blue Yonder #708EC4
Tints of Wild Blue Yonder #708EC4
RGB
CMYK
RGB Variations
Color information
#708EC4 (or 0x708EC4) is known color: Wild Blue Yonder. HEX triplet: 70, 8E and C4. RGB value is (112,142,196). Sum of RGB (Red+Green+Blue) = 112+142+196=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #708EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708EC4 is #8F713B. Grayscale: #8A8A8A. Windows color (decimal): -9400636 or 12881520. OLE color: 12881520.
HSL color Cylindrical-coordinate representation of color #708EC4: hue angle of 218.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #708EC4 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 142 | 196 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.23 |
| HSL | 218.57º | 0.42% | 0.6% | - |
| HSV(B) | 218.57º | 0.43% | 0.77% | - |
| XYZ | 26.32 | 26.78 | 56.01 | - |
| YUV | 139.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 142 | 196 | 0.43 | 0.28 | 0 | 0.23 | 218.57 | 0.42 | 0.6 |
| Hex | 70 | 8E | C4 | 2B | 1C | 0 | 17 | DB | 2A | 3C |
| Octal | 160 | 216 | 304 | 53 | 34 | 0 | 27 | 333 | 52 | 74 |
| Binary | 1110000 | 10001110 | 11000100 | 101011 | 11100 | 0 | 10111 | 11011011 | 101010 | 111100 |
Color Harmonies of #708EC4
Complementary color
Monochromatic Colors of #708EC4
Black with #708EC4
Text Example
Text Example
White with #708EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708EC4; }
p { color: rgb(112,142,196); }
H1.HeaderClassName
{
color: #708EC4;
}
.AnyTagClassName
{
color: #708EC4;
}
</style>
background-color css
<style>
a { background-color: #708EC4; }
a { background-color: rgb(112,142,196); }
div.DivClassName
{
background-color: #708EC4;
}
.BgClassName
{
background-color: #708EC4;
}
</style>
border-color css
<style>
span { border-color: #708EC4; }
span { border-color: rgb(112,142,196); }
td.TdClassName
{
border-color: #708EC4;
}
.TagClassName
{
border-color: #708EC4;
}
</style>