Shades of Wild Blue Yonder #7084D0
Tints of Wild Blue Yonder #7084D0
RGB
CMYK
RGB Variations
Color information
#7084D0 (or 0x7084D0) is known color: Wild Blue Yonder. HEX triplet: 70, 84 and D0. RGB value is (112,132,208). Sum of RGB (Red+Green+Blue) = 112+132+208=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #7084D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084D0 is #8F7B2F. Grayscale: #868686. Windows color (decimal): -9403184 or 13665392. OLE color: 13665392.
HSL color Cylindrical-coordinate representation of color #7084D0: hue angle of 227.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7084D0 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 132 | 208 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.18 |
| HSL | 227.5º | 0.51% | 0.63% | - |
| HSV(B) | 227.5º | 0.46% | 0.82% | - |
| XYZ | 26.32 | 24.5 | 63.02 | - |
| YUV | 134.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 208 | 0.46 | 0.37 | 0 | 0.18 | 227.5 | 0.51 | 0.63 |
| Hex | 70 | 84 | D0 | 2E | 25 | 0 | 12 | E4 | 33 | 3F |
| Octal | 160 | 204 | 320 | 56 | 45 | 0 | 22 | 344 | 63 | 77 |
| Binary | 1110000 | 10000100 | 11010000 | 101110 | 100101 | 0 | 10010 | 11100100 | 110011 | 111111 |
Color Harmonies of #7084D0
Complementary color
Monochromatic Colors of #7084D0
Black with #7084D0
Text Example
Text Example
White with #7084D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7084D0; }
p { color: rgb(112,132,208); }
H1.HeaderClassName
{
color: #7084D0;
}
.AnyTagClassName
{
color: #7084D0;
}
</style>
background-color css
<style>
a { background-color: #7084D0; }
a { background-color: rgb(112,132,208); }
div.DivClassName
{
background-color: #7084D0;
}
.BgClassName
{
background-color: #7084D0;
}
</style>
border-color css
<style>
span { border-color: #7084D0; }
span { border-color: rgb(112,132,208); }
td.TdClassName
{
border-color: #7084D0;
}
.TagClassName
{
border-color: #7084D0;
}
</style>