Shades of Danube #7094CE
Tints of Danube #7094CE
RGB
CMYK
RGB Variations
Color information
#7094CE (or 0x7094CE) is known color: Danube. HEX triplet: 70, 94 and CE. RGB value is (112,148,206). Sum of RGB (Red+Green+Blue) = 112+148+206=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #7094CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7094CE is #8F6B31. Grayscale: #8F8F8F. Windows color (decimal): -9399090 or 13538416. OLE color: 13538416.
HSL color Cylindrical-coordinate representation of color #7094CE: hue angle of 217.02º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7094CE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 148 | 206 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.19 |
| HSL | 217.02º | 0.49% | 0.62% | - |
| HSV(B) | 217.02º | 0.46% | 0.81% | - |
| XYZ | 28.41 | 29.08 | 62.51 | - |
| YUV | 143.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 206 | 0.46 | 0.28 | 0 | 0.19 | 217.02 | 0.49 | 0.62 |
| Hex | 70 | 94 | CE | 2E | 1C | 0 | 13 | D9 | 31 | 3E |
| Octal | 160 | 224 | 316 | 56 | 34 | 0 | 23 | 331 | 61 | 76 |
| Binary | 1110000 | 10010100 | 11001110 | 101110 | 11100 | 0 | 10011 | 11011001 | 110001 | 111110 |
Color Harmonies of #7094CE
Complementary color
Monochromatic Colors of #7094CE
Black with #7094CE
Text Example
Text Example
White with #7094CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7094CE; }
p { color: rgb(112,148,206); }
H1.HeaderClassName
{
color: #7094CE;
}
.AnyTagClassName
{
color: #7094CE;
}
</style>
background-color css
<style>
a { background-color: #7094CE; }
a { background-color: rgb(112,148,206); }
div.DivClassName
{
background-color: #7094CE;
}
.BgClassName
{
background-color: #7094CE;
}
</style>
border-color css
<style>
span { border-color: #7094CE; }
span { border-color: rgb(112,148,206); }
td.TdClassName
{
border-color: #7094CE;
}
.TagClassName
{
border-color: #7094CE;
}
</style>