Shades of Wild Blue Yonder #708DCC
Tints of Wild Blue Yonder #708DCC
RGB
CMYK
RGB Variations
Color information
#708DCC (or 0x708DCC) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and CC. RGB value is (112,141,204). Sum of RGB (Red+Green+Blue) = 112+141+204=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #708DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DCC is #8F7233. Grayscale: #8B8B8B. Windows color (decimal): -9400884 or 13405552. OLE color: 13405552.
HSL color Cylindrical-coordinate representation of color #708DCC: hue angle of 221.09º degrees, saturation: 0.47, 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 #708DCC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 141 | 204 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.2 |
| HSL | 221.09º | 0.47% | 0.62% | - |
| HSV(B) | 221.09º | 0.45% | 0.8% | - |
| XYZ | 27.11 | 26.85 | 60.88 | - |
| YUV | 139.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 204 | 0.45 | 0.31 | 0 | 0.2 | 221.09 | 0.47 | 0.62 |
| Hex | 70 | 8D | CC | 2D | 1F | 0 | 14 | DD | 2F | 3E |
| Octal | 160 | 215 | 314 | 55 | 37 | 0 | 24 | 335 | 57 | 76 |
| Binary | 1110000 | 10001101 | 11001100 | 101101 | 11111 | 0 | 10100 | 11011101 | 101111 | 111110 |
Color Harmonies of #708DCC
Complementary color
Monochromatic Colors of #708DCC
Black with #708DCC
Text Example
Text Example
White with #708DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DCC; }
p { color: rgb(112,141,204); }
H1.HeaderClassName
{
color: #708DCC;
}
.AnyTagClassName
{
color: #708DCC;
}
</style>
background-color css
<style>
a { background-color: #708DCC; }
a { background-color: rgb(112,141,204); }
div.DivClassName
{
background-color: #708DCC;
}
.BgClassName
{
background-color: #708DCC;
}
</style>
border-color css
<style>
span { border-color: #708DCC; }
span { border-color: rgb(112,141,204); }
td.TdClassName
{
border-color: #708DCC;
}
.TagClassName
{
border-color: #708DCC;
}
</style>