Shades of Denim #266FD4
Tints of Denim #266FD4
RGB
CMYK
RGB Variations
Color information
#266FD4 (or 0x266FD4) is known color: Denim. HEX triplet: 26, 6F and D4. RGB value is (38,111,212). Sum of RGB (Red+Green+Blue) = 38+111+212=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 212 (83.20% from 255 or 58.73% from 361); Max value from RGB is 212 - color contains mainly: blue. Hex color #266FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FD4 is #D9902B. Grayscale: #646464. Windows color (decimal): -14258220 or 13922086. OLE color: 13922086.
HSL color Cylindrical-coordinate representation of color #266FD4: hue angle of 214.83º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266FD4 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 111 | 212 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.17 |
| HSL | 214.83º | 0.7% | 0.49% | - |
| HSV(B) | 214.83º | 0.82% | 0.83% | - |
| XYZ | 18.37 | 16.53 | 64.51 | - |
| YUV | 100.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 212 | 0.82 | 0.48 | 0 | 0.17 | 214.83 | 0.7 | 0.49 |
| Hex | 26 | 6F | D4 | 52 | 30 | 0 | 11 | D7 | 46 | 31 |
| Octal | 46 | 157 | 324 | 122 | 60 | 0 | 21 | 327 | 106 | 61 |
| Binary | 100110 | 1101111 | 11010100 | 1010010 | 110000 | 0 | 10001 | 11010111 | 1000110 | 110001 |
Color Harmonies of #266FD4
Complementary color
Monochromatic Colors of #266FD4
Black with #266FD4
Text Example
Text Example
White with #266FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FD4; }
p { color: rgb(38,111,212); }
H1.HeaderClassName
{
color: #266FD4;
}
.AnyTagClassName
{
color: #266FD4;
}
</style>
background-color css
<style>
a { background-color: #266FD4; }
a { background-color: rgb(38,111,212); }
div.DivClassName
{
background-color: #266FD4;
}
.BgClassName
{
background-color: #266FD4;
}
</style>
border-color css
<style>
span { border-color: #266FD4; }
span { border-color: rgb(38,111,212); }
td.TdClassName
{
border-color: #266FD4;
}
.TagClassName
{
border-color: #266FD4;
}
</style>