Shades of Wild Blue Yonder #708DCB
Tints of Wild Blue Yonder #708DCB
RGB
CMYK
RGB Variations
Color information
#708DCB (or 0x708DCB) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and CB. RGB value is (112,141,203). Sum of RGB (Red+Green+Blue) = 112+141+203=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #708DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DCB is #8F7234. Grayscale: #8B8B8B. Windows color (decimal): -9400885 or 13340016. OLE color: 13340016.
HSL color Cylindrical-coordinate representation of color #708DCB: hue angle of 220.88º 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 #708DCB is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 141 | 203 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.20 |
| HSL | 220.88º | 0.47% | 0.62% | - |
| HSV(B) | 220.88º | 0.45% | 0.8% | - |
| XYZ | 26.99 | 26.81 | 60.25 | - |
| YUV | 139.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 141 | 203 | 0.45 | 0.31 | 0 | 0.20 | 220.88 | 0.47 | 0.62 |
| Hex | 70 | 8D | CB | 2D | 1F | 0 | 14 | DD | 2F | 3E |
| Octal | 160 | 215 | 313 | 55 | 37 | 0 | 24 | 335 | 57 | 76 |
| Binary | 1110000 | 10001101 | 11001011 | 101101 | 11111 | 0 | 10100 | 11011101 | 101111 | 111110 |
Color Harmonies of #708DCB
Complementary color
Monochromatic Colors of #708DCB
Black with #708DCB
Text Example
Text Example
White with #708DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708DCB; }
p { color: rgb(112,141,203); }
H1.HeaderClassName
{
color: #708DCB;
}
.AnyTagClassName
{
color: #708DCB;
}
</style>
background-color css
<style>
a { background-color: #708DCB; }
a { background-color: rgb(112,141,203); }
div.DivClassName
{
background-color: #708DCB;
}
.BgClassName
{
background-color: #708DCB;
}
</style>
border-color css
<style>
span { border-color: #708DCB; }
span { border-color: rgb(112,141,203); }
td.TdClassName
{
border-color: #708DCB;
}
.TagClassName
{
border-color: #708DCB;
}
</style>