Shades of Wild Blue Yonder #7085CC
Tints of Wild Blue Yonder #7085CC
RGB
CMYK
RGB Variations
Color information
#7085CC (or 0x7085CC) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and CC. RGB value is (112,133,204). Sum of RGB (Red+Green+Blue) = 112+133+204=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #7085CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085CC is #8F7A33. Grayscale: #868686. Windows color (decimal): -9402932 or 13403504. OLE color: 13403504.
HSL color Cylindrical-coordinate representation of color #7085CC: hue angle of 226.3º 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 #7085CC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 133 | 204 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.2 |
| HSL | 226.3º | 0.47% | 0.62% | - |
| HSV(B) | 226.3º | 0.45% | 0.8% | - |
| XYZ | 25.97 | 24.58 | 60.5 | - |
| YUV | 134.82 | 167.04 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 204 | 0.45 | 0.35 | 0 | 0.2 | 226.3 | 0.47 | 0.62 |
| Hex | 70 | 85 | CC | 2D | 23 | 0 | 14 | E2 | 2F | 3E |
| Octal | 160 | 205 | 314 | 55 | 43 | 0 | 24 | 342 | 57 | 76 |
| Binary | 1110000 | 10000101 | 11001100 | 101101 | 100011 | 0 | 10100 | 11100010 | 101111 | 111110 |
Color Harmonies of #7085CC
Complementary color
Monochromatic Colors of #7085CC
Black with #7085CC
Text Example
Text Example
White with #7085CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7085CC; }
p { color: rgb(112,133,204); }
H1.HeaderClassName
{
color: #7085CC;
}
.AnyTagClassName
{
color: #7085CC;
}
</style>
background-color css
<style>
a { background-color: #7085CC; }
a { background-color: rgb(112,133,204); }
div.DivClassName
{
background-color: #7085CC;
}
.BgClassName
{
background-color: #7085CC;
}
</style>
border-color css
<style>
span { border-color: #7085CC; }
span { border-color: rgb(112,133,204); }
td.TdClassName
{
border-color: #7085CC;
}
.TagClassName
{
border-color: #7085CC;
}
</style>