Shades of Denim #266ED2
Tints of Denim #266ED2
RGB
CMYK
RGB Variations
Color information
#266ED2 (or 0x266ED2) is known color: Denim. HEX triplet: 26, 6E and D2. RGB value is (38,110,210). Sum of RGB (Red+Green+Blue) = 38+110+210=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #266ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266ED2 is #D9912D. Grayscale: #636363. Windows color (decimal): -14258478 or 13790758. OLE color: 13790758.
HSL color Cylindrical-coordinate representation of color #266ED2: hue angle of 214.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266ED2 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 110 | 210 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.18 |
| HSL | 214.88º | 0.69% | 0.49% | - |
| HSV(B) | 214.88º | 0.82% | 0.82% | - |
| XYZ | 18.01 | 16.22 | 63.15 | - |
| YUV | 99.87 | 190.15 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 110 | 210 | 0.82 | 0.48 | 0 | 0.18 | 214.88 | 0.69 | 0.49 |
| Hex | 26 | 6E | D2 | 52 | 30 | 0 | 12 | D7 | 45 | 31 |
| Octal | 46 | 156 | 322 | 122 | 60 | 0 | 22 | 327 | 105 | 61 |
| Binary | 100110 | 1101110 | 11010010 | 1010010 | 110000 | 0 | 10010 | 11010111 | 1000101 | 110001 |
Color Harmonies of #266ED2
Complementary color
Monochromatic Colors of #266ED2
Black with #266ED2
Text Example
Text Example
White with #266ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266ED2; }
p { color: rgb(38,110,210); }
H1.HeaderClassName
{
color: #266ED2;
}
.AnyTagClassName
{
color: #266ED2;
}
</style>
background-color css
<style>
a { background-color: #266ED2; }
a { background-color: rgb(38,110,210); }
div.DivClassName
{
background-color: #266ED2;
}
.BgClassName
{
background-color: #266ED2;
}
</style>
border-color css
<style>
span { border-color: #266ED2; }
span { border-color: rgb(38,110,210); }
td.TdClassName
{
border-color: #266ED2;
}
.TagClassName
{
border-color: #266ED2;
}
</style>