Shades of Danube #7094CF
Tints of Danube #7094CF
RGB
CMYK
RGB Variations
Color information
#7094CF (or 0x7094CF) is known color: Danube. HEX triplet: 70, 94 and CF. RGB value is (112,148,207). Sum of RGB (Red+Green+Blue) = 112+148+207=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #7094CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7094CF is #8F6B30. Grayscale: #8F8F8F. Windows color (decimal): -9399089 or 13603952. OLE color: 13603952.
HSL color Cylindrical-coordinate representation of color #7094CF: hue angle of 217.26º 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 #7094CF is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 148 | 207 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.19 |
| HSL | 217.26º | 0.5% | 0.63% | - |
| HSV(B) | 217.26º | 0.46% | 0.81% | - |
| XYZ | 28.53 | 29.13 | 63.15 | - |
| YUV | 143.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 148 | 207 | 0.46 | 0.29 | 0 | 0.19 | 217.26 | 0.5 | 0.63 |
| Hex | 70 | 94 | CF | 2E | 1D | 0 | 13 | D9 | 32 | 3F |
| Octal | 160 | 224 | 317 | 56 | 35 | 0 | 23 | 331 | 62 | 77 |
| Binary | 1110000 | 10010100 | 11001111 | 101110 | 11101 | 0 | 10011 | 11011001 | 110010 | 111111 |
Color Harmonies of #7094CF
Complementary color
Monochromatic Colors of #7094CF
Black with #7094CF
Text Example
Text Example
White with #7094CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7094CF; }
p { color: rgb(112,148,207); }
H1.HeaderClassName
{
color: #7094CF;
}
.AnyTagClassName
{
color: #7094CF;
}
</style>
background-color css
<style>
a { background-color: #7094CF; }
a { background-color: rgb(112,148,207); }
div.DivClassName
{
background-color: #7094CF;
}
.BgClassName
{
background-color: #7094CF;
}
</style>
border-color css
<style>
span { border-color: #7094CF; }
span { border-color: rgb(112,148,207); }
td.TdClassName
{
border-color: #7094CF;
}
.TagClassName
{
border-color: #7094CF;
}
</style>