Shades of Wild Blue Yonder #7088BD
Tints of Wild Blue Yonder #7088BD
RGB
CMYK
RGB Variations
Color information
#7088BD (or 0x7088BD) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and BD. RGB value is (112,136,189). Sum of RGB (Red+Green+Blue) = 112+136+189=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #7088BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088BD is #8F7742. Grayscale: #868686. Windows color (decimal): -9402179 or 12421232. OLE color: 12421232.
HSL color Cylindrical-coordinate representation of color #7088BD: hue angle of 221.3º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7088BD is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 136 | 189 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.26 |
| HSL | 221.3º | 0.37% | 0.59% | - |
| HSV(B) | 221.3º | 0.41% | 0.74% | - |
| XYZ | 24.67 | 24.73 | 51.62 | - |
| YUV | 134.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 189 | 0.41 | 0.28 | 0 | 0.26 | 221.3 | 0.37 | 0.59 |
| Hex | 70 | 88 | BD | 29 | 1C | 0 | 1A | DD | 25 | 3B |
| Octal | 160 | 210 | 275 | 51 | 34 | 0 | 32 | 335 | 45 | 73 |
| Binary | 1110000 | 10001000 | 10111101 | 101001 | 11100 | 0 | 11010 | 11011101 | 100101 | 111011 |
Color Harmonies of #7088BD
Complementary color
Monochromatic Colors of #7088BD
Black with #7088BD
Text Example
Text Example
White with #7088BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7088BD; }
p { color: rgb(112,136,189); }
H1.HeaderClassName
{
color: #7088BD;
}
.AnyTagClassName
{
color: #7088BD;
}
</style>
background-color css
<style>
a { background-color: #7088BD; }
a { background-color: rgb(112,136,189); }
div.DivClassName
{
background-color: #7088BD;
}
.BgClassName
{
background-color: #7088BD;
}
</style>
border-color css
<style>
span { border-color: #7088BD; }
span { border-color: rgb(112,136,189); }
td.TdClassName
{
border-color: #7088BD;
}
.TagClassName
{
border-color: #7088BD;
}
</style>