Shades of Denim #2679D1
Tints of Denim #2679D1
RGB
CMYK
RGB Variations
Color information
#2679D1 (or 0x2679D1) is known color: Denim. HEX triplet: 26, 79 and D1. RGB value is (38,121,209). Sum of RGB (Red+Green+Blue) = 38+121+209=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 209 (82.03% from 255 or 56.79% from 368); Max value from RGB is 209 - color contains mainly: blue. Hex color #2679D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2679D1 is #D9862E. Grayscale: #696969. Windows color (decimal): -14255663 or 13728038. OLE color: 13728038.
HSL color Cylindrical-coordinate representation of color #2679D1: hue angle of 210.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2679D1 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 121 | 209 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.18 |
| HSL | 210.88º | 0.69% | 0.48% | - |
| HSV(B) | 210.88º | 0.82% | 0.82% | - |
| XYZ | 19.15 | 18.69 | 62.92 | - |
| YUV | 106.22 | 186 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 121 | 209 | 0.82 | 0.42 | 0 | 0.18 | 210.88 | 0.69 | 0.48 |
| Hex | 26 | 79 | D1 | 52 | 2A | 0 | 12 | D3 | 45 | 30 |
| Octal | 46 | 171 | 321 | 122 | 52 | 0 | 22 | 323 | 105 | 60 |
| Binary | 100110 | 1111001 | 11010001 | 1010010 | 101010 | 0 | 10010 | 11010011 | 1000101 | 110000 |
Color Harmonies of #2679D1
Complementary color
Monochromatic Colors of #2679D1
Black with #2679D1
Text Example
Text Example
White with #2679D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2679D1; }
p { color: rgb(38,121,209); }
H1.HeaderClassName
{
color: #2679D1;
}
.AnyTagClassName
{
color: #2679D1;
}
</style>
background-color css
<style>
a { background-color: #2679D1; }
a { background-color: rgb(38,121,209); }
div.DivClassName
{
background-color: #2679D1;
}
.BgClassName
{
background-color: #2679D1;
}
</style>
border-color css
<style>
span { border-color: #2679D1; }
span { border-color: rgb(38,121,209); }
td.TdClassName
{
border-color: #2679D1;
}
.TagClassName
{
border-color: #2679D1;
}
</style>