Shades of Wild Blue Yonder #708DCD
Tints of Wild Blue Yonder #708DCD
RGB
CMYK
RGB Variations
Color information
#708DCD (or 0x708DCD) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and CD. RGB value is (112,141,205). Sum of RGB (Red+Green+Blue) = 112+141+205=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #708DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DCD is #8F7232. Grayscale: #8B8B8B. Windows color (decimal): -9400883 or 13471088. OLE color: 13471088.
HSL color Cylindrical-coordinate representation of color #708DCD: hue angle of 221.29º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708DCD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 141 | 205 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.20 |
| HSL | 221.29º | 0.48% | 0.62% | - |
| HSV(B) | 221.29º | 0.45% | 0.8% | - |
| XYZ | 27.23 | 26.9 | 61.52 | - |
| YUV | 139.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 205 | 0.45 | 0.31 | 0 | 0.20 | 221.29 | 0.48 | 0.62 |
| Hex | 70 | 8D | CD | 2D | 1F | 0 | 14 | DD | 30 | 3E |
| Octal | 160 | 215 | 315 | 55 | 37 | 0 | 24 | 335 | 60 | 76 |
| Binary | 1110000 | 10001101 | 11001101 | 101101 | 11111 | 0 | 10100 | 11011101 | 110000 | 111110 |
Color Harmonies of #708DCD
Complementary color
Monochromatic Colors of #708DCD
Black with #708DCD
Text Example
Text Example
White with #708DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DCD; }
p { color: rgb(112,141,205); }
H1.HeaderClassName
{
color: #708DCD;
}
.AnyTagClassName
{
color: #708DCD;
}
</style>
background-color css
<style>
a { background-color: #708DCD; }
a { background-color: rgb(112,141,205); }
div.DivClassName
{
background-color: #708DCD;
}
.BgClassName
{
background-color: #708DCD;
}
</style>
border-color css
<style>
span { border-color: #708DCD; }
span { border-color: rgb(112,141,205); }
td.TdClassName
{
border-color: #708DCD;
}
.TagClassName
{
border-color: #708DCD;
}
</style>