Shades of Denim #2669CF
Tints of Denim #2669CF
RGB
CMYK
RGB Variations
Color information
#2669CF (or 0x2669CF) is known color: Denim. HEX triplet: 26, 69 and CF. RGB value is (38,105,207). Sum of RGB (Red+Green+Blue) = 38+105+207=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #2669CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2669CF is #D99630. Grayscale: #606060. Windows color (decimal): -14259761 or 13592870. OLE color: 13592870.
HSL color Cylindrical-coordinate representation of color #2669CF: hue angle of 216.21º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2669CF is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 105 | 207 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.19 |
| HSL | 216.21º | 0.69% | 0.48% | - |
| HSV(B) | 216.21º | 0.82% | 0.81% | - |
| XYZ | 17.11 | 15.02 | 61.03 | - |
| YUV | 96.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 105 | 207 | 0.82 | 0.49 | 0 | 0.19 | 216.21 | 0.69 | 0.48 |
| Hex | 26 | 69 | CF | 52 | 31 | 0 | 13 | D8 | 45 | 30 |
| Octal | 46 | 151 | 317 | 122 | 61 | 0 | 23 | 330 | 105 | 60 |
| Binary | 100110 | 1101001 | 11001111 | 1010010 | 110001 | 0 | 10011 | 11011000 | 1000101 | 110000 |
Color Harmonies of #2669CF
Complementary color
Monochromatic Colors of #2669CF
Black with #2669CF
Text Example
Text Example
White with #2669CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2669CF; }
p { color: rgb(38,105,207); }
H1.HeaderClassName
{
color: #2669CF;
}
.AnyTagClassName
{
color: #2669CF;
}
</style>
background-color css
<style>
a { background-color: #2669CF; }
a { background-color: rgb(38,105,207); }
div.DivClassName
{
background-color: #2669CF;
}
.BgClassName
{
background-color: #2669CF;
}
</style>
border-color css
<style>
span { border-color: #2669CF; }
span { border-color: rgb(38,105,207); }
td.TdClassName
{
border-color: #2669CF;
}
.TagClassName
{
border-color: #2669CF;
}
</style>