Shades of Wild Blue Yonder #708ACD
Tints of Wild Blue Yonder #708ACD
RGB
CMYK
RGB Variations
Color information
#708ACD (or 0x708ACD) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and CD. RGB value is (112,138,205). Sum of RGB (Red+Green+Blue) = 112+138+205=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #708ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ACD is #8F7532. Grayscale: #898989. Windows color (decimal): -9401651 or 13470320. OLE color: 13470320.
HSL color Cylindrical-coordinate representation of color #708ACD: hue angle of 223.23º 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 #708ACD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 138 | 205 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.20 |
| HSL | 223.23º | 0.48% | 0.62% | - |
| HSV(B) | 223.23º | 0.45% | 0.8% | - |
| XYZ | 26.79 | 26.03 | 61.37 | - |
| YUV | 137.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 205 | 0.45 | 0.33 | 0 | 0.20 | 223.23 | 0.48 | 0.62 |
| Hex | 70 | 8A | CD | 2D | 21 | 0 | 14 | DF | 30 | 3E |
| Octal | 160 | 212 | 315 | 55 | 41 | 0 | 24 | 337 | 60 | 76 |
| Binary | 1110000 | 10001010 | 11001101 | 101101 | 100001 | 0 | 10100 | 11011111 | 110000 | 111110 |
Color Harmonies of #708ACD
Complementary color
Monochromatic Colors of #708ACD
Black with #708ACD
Text Example
Text Example
White with #708ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708ACD; }
p { color: rgb(112,138,205); }
H1.HeaderClassName
{
color: #708ACD;
}
.AnyTagClassName
{
color: #708ACD;
}
</style>
background-color css
<style>
a { background-color: #708ACD; }
a { background-color: rgb(112,138,205); }
div.DivClassName
{
background-color: #708ACD;
}
.BgClassName
{
background-color: #708ACD;
}
</style>
border-color css
<style>
span { border-color: #708ACD; }
span { border-color: rgb(112,138,205); }
td.TdClassName
{
border-color: #708ACD;
}
.TagClassName
{
border-color: #708ACD;
}
</style>