Shades of Denim #266CD2
Tints of Denim #266CD2
RGB
CMYK
RGB Variations
Color information
#266CD2 (or 0x266CD2) is known color: Denim. HEX triplet: 26, 6C and D2. RGB value is (38,108,210). Sum of RGB (Red+Green+Blue) = 38+108+210=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #266CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CD2 is #D9932D. Grayscale: #626262. Windows color (decimal): -14258990 or 13790246. OLE color: 13790246.
HSL color Cylindrical-coordinate representation of color #266CD2: hue angle of 215.58º 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 #266CD2 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 108 | 210 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.18 |
| HSL | 215.58º | 0.69% | 0.49% | - |
| HSV(B) | 215.58º | 0.82% | 0.82% | - |
| XYZ | 17.79 | 15.79 | 63.08 | - |
| YUV | 98.7 | 190.81 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 210 | 0.82 | 0.49 | 0 | 0.18 | 215.58 | 0.69 | 0.49 |
| Hex | 26 | 6C | D2 | 52 | 31 | 0 | 12 | D8 | 45 | 31 |
| Octal | 46 | 154 | 322 | 122 | 61 | 0 | 22 | 330 | 105 | 61 |
| Binary | 100110 | 1101100 | 11010010 | 1010010 | 110001 | 0 | 10010 | 11011000 | 1000101 | 110001 |
Color Harmonies of #266CD2
Complementary color
Monochromatic Colors of #266CD2
Black with #266CD2
Text Example
Text Example
White with #266CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266CD2; }
p { color: rgb(38,108,210); }
H1.HeaderClassName
{
color: #266CD2;
}
.AnyTagClassName
{
color: #266CD2;
}
</style>
background-color css
<style>
a { background-color: #266CD2; }
a { background-color: rgb(38,108,210); }
div.DivClassName
{
background-color: #266CD2;
}
.BgClassName
{
background-color: #266CD2;
}
</style>
border-color css
<style>
span { border-color: #266CD2; }
span { border-color: rgb(38,108,210); }
td.TdClassName
{
border-color: #266CD2;
}
.TagClassName
{
border-color: #266CD2;
}
</style>