Shades of Wild Blue Yonder #7088B5
Tints of Wild Blue Yonder #7088B5
RGB
CMYK
RGB Variations
Color information
#7088B5 (or 0x7088B5) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and B5. RGB value is (112,136,181). Sum of RGB (Red+Green+Blue) = 112+136+181=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #7088B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088B5 is #8F774A. Grayscale: #858585. Windows color (decimal): -9402187 or 11896944. OLE color: 11896944.
HSL color Cylindrical-coordinate representation of color #7088B5: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7088B5 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 136 | 181 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.29 |
| HSL | 219.13º | 0.32% | 0.57% | - |
| HSV(B) | 219.13º | 0.38% | 0.71% | - |
| XYZ | 23.83 | 24.39 | 47.17 | - |
| YUV | 133.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 181 | 0.38 | 0.25 | 0 | 0.29 | 219.13 | 0.32 | 0.57 |
| Hex | 70 | 88 | B5 | 26 | 19 | 0 | 1D | DB | 20 | 39 |
| Octal | 160 | 210 | 265 | 46 | 31 | 0 | 35 | 333 | 40 | 71 |
| Binary | 1110000 | 10001000 | 10110101 | 100110 | 11001 | 0 | 11101 | 11011011 | 100000 | 111001 |
Color Harmonies of #7088B5
Complementary color
Monochromatic Colors of #7088B5
Black with #7088B5
Text Example
Text Example
White with #7088B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7088B5; }
p { color: rgb(112,136,181); }
H1.HeaderClassName
{
color: #7088B5;
}
.AnyTagClassName
{
color: #7088B5;
}
</style>
background-color css
<style>
a { background-color: #7088B5; }
a { background-color: rgb(112,136,181); }
div.DivClassName
{
background-color: #7088B5;
}
.BgClassName
{
background-color: #7088B5;
}
</style>
border-color css
<style>
span { border-color: #7088B5; }
span { border-color: rgb(112,136,181); }
td.TdClassName
{
border-color: #7088B5;
}
.TagClassName
{
border-color: #7088B5;
}
</style>