Shades of Wild Blue Yonder #7085CB
Tints of Wild Blue Yonder #7085CB
RGB
CMYK
RGB Variations
Color information
#7085CB (or 0x7085CB) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and CB. RGB value is (112,133,203). Sum of RGB (Red+Green+Blue) = 112+133+203=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #7085CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085CB is #8F7A34. Grayscale: #868686. Windows color (decimal): -9402933 or 13337968. OLE color: 13337968.
HSL color Cylindrical-coordinate representation of color #7085CB: hue angle of 226.15º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7085CB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 133 | 203 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.20 |
| HSL | 226.15º | 0.47% | 0.62% | - |
| HSV(B) | 226.15º | 0.45% | 0.8% | - |
| XYZ | 25.85 | 24.53 | 59.87 | - |
| YUV | 134.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 203 | 0.45 | 0.34 | 0 | 0.20 | 226.15 | 0.47 | 0.62 |
| Hex | 70 | 85 | CB | 2D | 22 | 0 | 14 | E2 | 2F | 3E |
| Octal | 160 | 205 | 313 | 55 | 42 | 0 | 24 | 342 | 57 | 76 |
| Binary | 1110000 | 10000101 | 11001011 | 101101 | 100010 | 0 | 10100 | 11100010 | 101111 | 111110 |
Color Harmonies of #7085CB
Complementary color
Monochromatic Colors of #7085CB
Black with #7085CB
Text Example
Text Example
White with #7085CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7085CB; }
p { color: rgb(112,133,203); }
H1.HeaderClassName
{
color: #7085CB;
}
.AnyTagClassName
{
color: #7085CB;
}
</style>
background-color css
<style>
a { background-color: #7085CB; }
a { background-color: rgb(112,133,203); }
div.DivClassName
{
background-color: #7085CB;
}
.BgClassName
{
background-color: #7085CB;
}
</style>
border-color css
<style>
span { border-color: #7085CB; }
span { border-color: rgb(112,133,203); }
td.TdClassName
{
border-color: #7085CB;
}
.TagClassName
{
border-color: #7085CB;
}
</style>