Shades of Wild Blue Yonder #7080CE
Tints of Wild Blue Yonder #7080CE
RGB
CMYK
RGB Variations
Color information
#7080CE (or 0x7080CE) is known color: Wild Blue Yonder. HEX triplet: 70, 80 and CE. RGB value is (112,128,206). Sum of RGB (Red+Green+Blue) = 112+128+206=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #7080CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7080CE is #8F7F31. Grayscale: #838383. Windows color (decimal): -9404210 or 13533296. OLE color: 13533296.
HSL color Cylindrical-coordinate representation of color #7080CE: hue angle of 229.79º 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 #7080CE is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 128 | 206 | - |
| CMYK | 0.46 | 0.38 | 0 | 0.19 |
| HSL | 229.79º | 0.49% | 0.62% | - |
| HSV(B) | 229.79º | 0.46% | 0.81% | - |
| XYZ | 25.54 | 23.34 | 61.55 | - |
| YUV | 132.11 | 169.7 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 206 | 0.46 | 0.38 | 0 | 0.19 | 229.79 | 0.49 | 0.62 |
| Hex | 70 | 80 | CE | 2E | 26 | 0 | 13 | E6 | 31 | 3E |
| Octal | 160 | 200 | 316 | 56 | 46 | 0 | 23 | 346 | 61 | 76 |
| Binary | 1110000 | 10000000 | 11001110 | 101110 | 100110 | 0 | 10011 | 11100110 | 110001 | 111110 |
Color Harmonies of #7080CE
Complementary color
Monochromatic Colors of #7080CE
Black with #7080CE
Text Example
Text Example
White with #7080CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7080CE; }
p { color: rgb(112,128,206); }
H1.HeaderClassName
{
color: #7080CE;
}
.AnyTagClassName
{
color: #7080CE;
}
</style>
background-color css
<style>
a { background-color: #7080CE; }
a { background-color: rgb(112,128,206); }
div.DivClassName
{
background-color: #7080CE;
}
.BgClassName
{
background-color: #7080CE;
}
</style>
border-color css
<style>
span { border-color: #7080CE; }
span { border-color: rgb(112,128,206); }
td.TdClassName
{
border-color: #7080CE;
}
.TagClassName
{
border-color: #7080CE;
}
</style>