Shades of Wild Blue Yonder #7085BD
Tints of Wild Blue Yonder #7085BD
RGB
CMYK
RGB Variations
Color information
#7085BD (or 0x7085BD) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and BD. RGB value is (112,133,189). Sum of RGB (Red+Green+Blue) = 112+133+189=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #7085BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085BD is #8F7A42. Grayscale: #848484. Windows color (decimal): -9402947 or 12420464. OLE color: 12420464.
HSL color Cylindrical-coordinate representation of color #7085BD: hue angle of 223.64º 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 #7085BD is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 133 | 189 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.26 |
| HSL | 223.64º | 0.37% | 0.59% | - |
| HSV(B) | 223.64º | 0.41% | 0.74% | - |
| XYZ | 24.25 | 23.89 | 51.48 | - |
| YUV | 133.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 189 | 0.41 | 0.30 | 0 | 0.26 | 223.64 | 0.37 | 0.59 |
| Hex | 70 | 85 | BD | 29 | 1E | 0 | 1A | E0 | 25 | 3B |
| Octal | 160 | 205 | 275 | 51 | 36 | 0 | 32 | 340 | 45 | 73 |
| Binary | 1110000 | 10000101 | 10111101 | 101001 | 11110 | 0 | 11010 | 11100000 | 100101 | 111011 |
Color Harmonies of #7085BD
Complementary color
Monochromatic Colors of #7085BD
Black with #7085BD
Text Example
Text Example
White with #7085BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7085BD; }
p { color: rgb(112,133,189); }
H1.HeaderClassName
{
color: #7085BD;
}
.AnyTagClassName
{
color: #7085BD;
}
</style>
background-color css
<style>
a { background-color: #7085BD; }
a { background-color: rgb(112,133,189); }
div.DivClassName
{
background-color: #7085BD;
}
.BgClassName
{
background-color: #7085BD;
}
</style>
border-color css
<style>
span { border-color: #7085BD; }
span { border-color: rgb(112,133,189); }
td.TdClassName
{
border-color: #7085BD;
}
.TagClassName
{
border-color: #7085BD;
}
</style>