Shades of Wild Blue Yonder #7088CF
Tints of Wild Blue Yonder #7088CF
RGB
CMYK
RGB Variations
Color information
#7088CF (or 0x7088CF) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and CF. RGB value is (112,136,207). Sum of RGB (Red+Green+Blue) = 112+136+207=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #7088CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088CF is #8F7730. Grayscale: #888888. Windows color (decimal): -9402161 or 13600880. OLE color: 13600880.
HSL color Cylindrical-coordinate representation of color #7088CF: hue angle of 224.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7088CF is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 136 | 207 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.19 |
| HSL | 224.84º | 0.5% | 0.63% | - |
| HSV(B) | 224.84º | 0.46% | 0.81% | - |
| XYZ | 26.75 | 25.56 | 62.55 | - |
| YUV | 136.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 207 | 0.46 | 0.34 | 0 | 0.19 | 224.84 | 0.5 | 0.63 |
| Hex | 70 | 88 | CF | 2E | 22 | 0 | 13 | E1 | 32 | 3F |
| Octal | 160 | 210 | 317 | 56 | 42 | 0 | 23 | 341 | 62 | 77 |
| Binary | 1110000 | 10001000 | 11001111 | 101110 | 100010 | 0 | 10011 | 11100001 | 110010 | 111111 |
Color Harmonies of #7088CF
Complementary color
Monochromatic Colors of #7088CF
Black with #7088CF
Text Example
Text Example
White with #7088CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7088CF; }
p { color: rgb(112,136,207); }
H1.HeaderClassName
{
color: #7088CF;
}
.AnyTagClassName
{
color: #7088CF;
}
</style>
background-color css
<style>
a { background-color: #7088CF; }
a { background-color: rgb(112,136,207); }
div.DivClassName
{
background-color: #7088CF;
}
.BgClassName
{
background-color: #7088CF;
}
</style>
border-color css
<style>
span { border-color: #7088CF; }
span { border-color: rgb(112,136,207); }
td.TdClassName
{
border-color: #7088CF;
}
.TagClassName
{
border-color: #7088CF;
}
</style>