Shades of Denim #1C7DCE
Tints of Denim #1C7DCE
RGB
CMYK
RGB Variations
Color information
#1C7DCE (or 0x1C7DCE) is known color: Denim. HEX triplet: 1C, 7D and CE. RGB value is (28,125,206). Sum of RGB (Red+Green+Blue) = 28+125+206=359 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.80% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C7DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7DCE is #E38231. Grayscale: #686868. Windows color (decimal): -14910002 or 13532444. OLE color: 13532444.
HSL color Cylindrical-coordinate representation of color #1C7DCE: hue angle of 207.3º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C7DCE is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 125 | 206 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.19 |
| HSL | 207.3º | 0.76% | 0.46% | - |
| HSV(B) | 207.3º | 0.86% | 0.81% | - |
| XYZ | 18.95 | 19.37 | 61.13 | - |
| YUV | 105.23 | 184.86 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 206 | 0.86 | 0.39 | 0 | 0.19 | 207.3 | 0.76 | 0.46 |
| Hex | 1C | 7D | CE | 56 | 27 | 0 | 13 | CF | 4C | 2E |
| Octal | 34 | 175 | 316 | 126 | 47 | 0 | 23 | 317 | 114 | 56 |
| Binary | 11100 | 1111101 | 11001110 | 1010110 | 100111 | 0 | 10011 | 11001111 | 1001100 | 101110 |
Color Harmonies of #1C7DCE
Complementary color
Monochromatic Colors of #1C7DCE
Black with #1C7DCE
Text Example
Text Example
White with #1C7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7DCE; }
p { color: rgb(28,125,206); }
H1.HeaderClassName
{
color: #1C7DCE;
}
.AnyTagClassName
{
color: #1C7DCE;
}
</style>
background-color css
<style>
a { background-color: #1C7DCE; }
a { background-color: rgb(28,125,206); }
div.DivClassName
{
background-color: #1C7DCE;
}
.BgClassName
{
background-color: #1C7DCE;
}
</style>
border-color css
<style>
span { border-color: #1C7DCE; }
span { border-color: rgb(28,125,206); }
td.TdClassName
{
border-color: #1C7DCE;
}
.TagClassName
{
border-color: #1C7DCE;
}
</style>