Shades of Wild Blue Yonder #708FCF
Tints of Wild Blue Yonder #708FCF
RGB
CMYK
RGB Variations
Color information
#708FCF (or 0x708FCF) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and CF. RGB value is (112,143,207). Sum of RGB (Red+Green+Blue) = 112+143+207=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #708FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FCF is #8F7030. Grayscale: #8C8C8C. Windows color (decimal): -9400369 or 13602672. OLE color: 13602672.
HSL color Cylindrical-coordinate representation of color #708FCF: hue angle of 220.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708FCF is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 143 | 207 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.19 |
| HSL | 220.42º | 0.5% | 0.63% | - |
| HSV(B) | 220.42º | 0.46% | 0.81% | - |
| XYZ | 27.77 | 27.59 | 62.89 | - |
| YUV | 141.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 143 | 207 | 0.46 | 0.31 | 0 | 0.19 | 220.42 | 0.5 | 0.63 |
| Hex | 70 | 8F | CF | 2E | 1F | 0 | 13 | DC | 32 | 3F |
| Octal | 160 | 217 | 317 | 56 | 37 | 0 | 23 | 334 | 62 | 77 |
| Binary | 1110000 | 10001111 | 11001111 | 101110 | 11111 | 0 | 10011 | 11011100 | 110010 | 111111 |
Color Harmonies of #708FCF
Complementary color
Monochromatic Colors of #708FCF
Black with #708FCF
Text Example
Text Example
White with #708FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708FCF; }
p { color: rgb(112,143,207); }
H1.HeaderClassName
{
color: #708FCF;
}
.AnyTagClassName
{
color: #708FCF;
}
</style>
background-color css
<style>
a { background-color: #708FCF; }
a { background-color: rgb(112,143,207); }
div.DivClassName
{
background-color: #708FCF;
}
.BgClassName
{
background-color: #708FCF;
}
</style>
border-color css
<style>
span { border-color: #708FCF; }
span { border-color: rgb(112,143,207); }
td.TdClassName
{
border-color: #708FCF;
}
.TagClassName
{
border-color: #708FCF;
}
</style>