Shades of Denim #266AD5
Tints of Denim #266AD5
RGB
CMYK
RGB Variations
Color information
#266AD5 (or 0x266AD5) is known color: Denim. HEX triplet: 26, 6A and D5. RGB value is (38,106,213). Sum of RGB (Red+Green+Blue) = 38+106+213=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #266AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266AD5 is #D9952A. Grayscale: #616161. Windows color (decimal): -14259499 or 13986342. OLE color: 13986342.
HSL color Cylindrical-coordinate representation of color #266AD5: hue angle of 216.69º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266AD5 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 106 | 213 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.16 |
| HSL | 216.69º | 0.7% | 0.49% | - |
| HSV(B) | 216.69º | 0.82% | 0.84% | - |
| XYZ | 17.96 | 15.52 | 65 | - |
| YUV | 97.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 106 | 213 | 0.82 | 0.50 | 0 | 0.16 | 216.69 | 0.7 | 0.49 |
| Hex | 26 | 6A | D5 | 52 | 32 | 0 | 10 | D9 | 46 | 31 |
| Octal | 46 | 152 | 325 | 122 | 62 | 0 | 20 | 331 | 106 | 61 |
| Binary | 100110 | 1101010 | 11010101 | 1010010 | 110010 | 0 | 10000 | 11011001 | 1000110 | 110001 |
Color Harmonies of #266AD5
Complementary color
Monochromatic Colors of #266AD5
Black with #266AD5
Text Example
Text Example
White with #266AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266AD5; }
p { color: rgb(38,106,213); }
H1.HeaderClassName
{
color: #266AD5;
}
.AnyTagClassName
{
color: #266AD5;
}
</style>
background-color css
<style>
a { background-color: #266AD5; }
a { background-color: rgb(38,106,213); }
div.DivClassName
{
background-color: #266AD5;
}
.BgClassName
{
background-color: #266AD5;
}
</style>
border-color css
<style>
span { border-color: #266AD5; }
span { border-color: rgb(38,106,213); }
td.TdClassName
{
border-color: #266AD5;
}
.TagClassName
{
border-color: #266AD5;
}
</style>