Shades of Wild Blue Yonder #708CCD
Tints of Wild Blue Yonder #708CCD
RGB
CMYK
RGB Variations
Color information
#708CCD (or 0x708CCD) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and CD. RGB value is (112,140,205). Sum of RGB (Red+Green+Blue) = 112+140+205=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #708CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CCD is #8F7332. Grayscale: #8A8A8A. Windows color (decimal): -9401139 or 13470832. OLE color: 13470832.
HSL color Cylindrical-coordinate representation of color #708CCD: hue angle of 221.94º 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 #708CCD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 140 | 205 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.20 |
| HSL | 221.94º | 0.48% | 0.62% | - |
| HSV(B) | 221.94º | 0.45% | 0.8% | - |
| XYZ | 27.08 | 26.61 | 61.47 | - |
| YUV | 139.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 140 | 205 | 0.45 | 0.32 | 0 | 0.20 | 221.94 | 0.48 | 0.62 |
| Hex | 70 | 8C | CD | 2D | 20 | 0 | 14 | DE | 30 | 3E |
| Octal | 160 | 214 | 315 | 55 | 40 | 0 | 24 | 336 | 60 | 76 |
| Binary | 1110000 | 10001100 | 11001101 | 101101 | 100000 | 0 | 10100 | 11011110 | 110000 | 111110 |
Color Harmonies of #708CCD
Complementary color
Monochromatic Colors of #708CCD
Black with #708CCD
Text Example
Text Example
White with #708CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708CCD; }
p { color: rgb(112,140,205); }
H1.HeaderClassName
{
color: #708CCD;
}
.AnyTagClassName
{
color: #708CCD;
}
</style>
background-color css
<style>
a { background-color: #708CCD; }
a { background-color: rgb(112,140,205); }
div.DivClassName
{
background-color: #708CCD;
}
.BgClassName
{
background-color: #708CCD;
}
</style>
border-color css
<style>
span { border-color: #708CCD; }
span { border-color: rgb(112,140,205); }
td.TdClassName
{
border-color: #708CCD;
}
.TagClassName
{
border-color: #708CCD;
}
</style>