Shades of Denim #104DD8
Tints of Denim #104DD8
RGB
CMYK
RGB Variations
Color information
#104DD8 (or 0x104DD8) is known color: Denim. HEX triplet: 10, 4D and D8. RGB value is (16,77,216). Sum of RGB (Red+Green+Blue) = 16+77+216=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #104DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104DD8 is #EFB227. Grayscale: #494949. Windows color (decimal): -15708712 or 14175504. OLE color: 14175504.
HSL color Cylindrical-coordinate representation of color #104DD8: hue angle of 221.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104DD8 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 77 | 216 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.15 |
| HSL | 221.7º | 0.86% | 0.45% | - |
| HSV(B) | 221.7º | 0.93% | 0.85% | - |
| XYZ | 15.26 | 10.38 | 66.16 | - |
| YUV | 74.61 | 207.79 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 77 | 216 | 0.93 | 0.64 | 0 | 0.15 | 221.7 | 0.86 | 0.45 |
| Hex | 10 | 4D | D8 | 5D | 40 | 0 | F | DE | 56 | 2D |
| Octal | 20 | 115 | 330 | 135 | 100 | 0 | 17 | 336 | 126 | 55 |
| Binary | 10000 | 1001101 | 11011000 | 1011101 | 1000000 | 0 | 1111 | 11011110 | 1010110 | 101101 |
Color Harmonies of #104DD8
Complementary color
Monochromatic Colors of #104DD8
Black with #104DD8
Text Example
Text Example
White with #104DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104DD8; }
p { color: rgb(16,77,216); }
H1.HeaderClassName
{
color: #104DD8;
}
.AnyTagClassName
{
color: #104DD8;
}
</style>
background-color css
<style>
a { background-color: #104DD8; }
a { background-color: rgb(16,77,216); }
div.DivClassName
{
background-color: #104DD8;
}
.BgClassName
{
background-color: #104DD8;
}
</style>
border-color css
<style>
span { border-color: #104DD8; }
span { border-color: rgb(16,77,216); }
td.TdClassName
{
border-color: #104DD8;
}
.TagClassName
{
border-color: #104DD8;
}
</style>