Shades of Wild Blue Yonder #7092C0
Tints of Wild Blue Yonder #7092C0
RGB
CMYK
RGB Variations
Color information
#7092C0 (or 0x7092C0) is known color: Wild Blue Yonder. HEX triplet: 70, 92 and C0. RGB value is (112,146,192). Sum of RGB (Red+Green+Blue) = 112+146+192=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #7092C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7092C0 is #8F6D3F. Grayscale: #8C8C8C. Windows color (decimal): -9399616 or 12620400. OLE color: 12620400.
HSL color Cylindrical-coordinate representation of color #7092C0: hue angle of 214.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7092C0 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 146 | 192 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.25 |
| HSL | 214.5º | 0.39% | 0.6% | - |
| HSV(B) | 214.5º | 0.42% | 0.75% | - |
| XYZ | 26.48 | 27.81 | 53.84 | - |
| YUV | 141.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 146 | 192 | 0.42 | 0.24 | 0 | 0.25 | 214.5 | 0.39 | 0.6 |
| Hex | 70 | 92 | C0 | 2A | 18 | 0 | 19 | D6 | 27 | 3C |
| Octal | 160 | 222 | 300 | 52 | 30 | 0 | 31 | 326 | 47 | 74 |
| Binary | 1110000 | 10010010 | 11000000 | 101010 | 11000 | 0 | 11001 | 11010110 | 100111 | 111100 |
Color Harmonies of #7092C0
Complementary color
Monochromatic Colors of #7092C0
Black with #7092C0
Text Example
Text Example
White with #7092C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7092C0; }
p { color: rgb(112,146,192); }
H1.HeaderClassName
{
color: #7092C0;
}
.AnyTagClassName
{
color: #7092C0;
}
</style>
background-color css
<style>
a { background-color: #7092C0; }
a { background-color: rgb(112,146,192); }
div.DivClassName
{
background-color: #7092C0;
}
.BgClassName
{
background-color: #7092C0;
}
</style>
border-color css
<style>
span { border-color: #7092C0; }
span { border-color: rgb(112,146,192); }
td.TdClassName
{
border-color: #7092C0;
}
.TagClassName
{
border-color: #7092C0;
}
</style>