Shades of Wild Blue Yonder #7084CE
Tints of Wild Blue Yonder #7084CE
RGB
CMYK
RGB Variations
Color information
#7084CE (or 0x7084CE) is known color: Wild Blue Yonder. HEX triplet: 70, 84 and CE. RGB value is (112,132,206). Sum of RGB (Red+Green+Blue) = 112+132+206=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #7084CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084CE is #8F7B31. Grayscale: #868686. Windows color (decimal): -9403186 or 13534320. OLE color: 13534320.
HSL color Cylindrical-coordinate representation of color #7084CE: hue angle of 227.23º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7084CE is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 132 | 206 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.19 |
| HSL | 227.23º | 0.49% | 0.62% | - |
| HSV(B) | 227.23º | 0.46% | 0.81% | - |
| XYZ | 26.07 | 24.4 | 61.73 | - |
| YUV | 134.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 206 | 0.46 | 0.36 | 0 | 0.19 | 227.23 | 0.49 | 0.62 |
| Hex | 70 | 84 | CE | 2E | 24 | 0 | 13 | E3 | 31 | 3E |
| Octal | 160 | 204 | 316 | 56 | 44 | 0 | 23 | 343 | 61 | 76 |
| Binary | 1110000 | 10000100 | 11001110 | 101110 | 100100 | 0 | 10011 | 11100011 | 110001 | 111110 |
Color Harmonies of #7084CE
Complementary color
Monochromatic Colors of #7084CE
Black with #7084CE
Text Example
Text Example
White with #7084CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7084CE; }
p { color: rgb(112,132,206); }
H1.HeaderClassName
{
color: #7084CE;
}
.AnyTagClassName
{
color: #7084CE;
}
</style>
background-color css
<style>
a { background-color: #7084CE; }
a { background-color: rgb(112,132,206); }
div.DivClassName
{
background-color: #7084CE;
}
.BgClassName
{
background-color: #7084CE;
}
</style>
border-color css
<style>
span { border-color: #7084CE; }
span { border-color: rgb(112,132,206); }
td.TdClassName
{
border-color: #7084CE;
}
.TagClassName
{
border-color: #7084CE;
}
</style>