Shades of Denim #266FD5
Tints of Denim #266FD5
RGB
CMYK
RGB Variations
Color information
#266FD5 (or 0x266FD5) is known color: Denim. HEX triplet: 26, 6F and D5. RGB value is (38,111,213). Sum of RGB (Red+Green+Blue) = 38+111+213=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #266FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FD5 is #D9902A. Grayscale: #646464. Windows color (decimal): -14258219 or 13987622. OLE color: 13987622.
HSL color Cylindrical-coordinate representation of color #266FD5: hue angle of 214.97º 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 #266FD5 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 38 | 111 | 213 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.16 |
| HSL | 214.97º | 0.7% | 0.49% | - |
| HSV(B) | 214.97º | 0.82% | 0.84% | - |
| XYZ | 18.49 | 16.59 | 65.18 | - |
| YUV | 100.8 | 191.32 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 213 | 0.82 | 0.48 | 0 | 0.16 | 214.97 | 0.7 | 0.49 |
| Hex | 26 | 6F | D5 | 52 | 30 | 0 | 10 | D7 | 46 | 31 |
| Octal | 46 | 157 | 325 | 122 | 60 | 0 | 20 | 327 | 106 | 61 |
| Binary | 100110 | 1101111 | 11010101 | 1010010 | 110000 | 0 | 10000 | 11010111 | 1000110 | 110001 |
Color Harmonies of #266FD5
Complementary color
Monochromatic Colors of #266FD5
Black with #266FD5
Text Example
Text Example
White with #266FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FD5; }
p { color: rgb(38,111,213); }
H1.HeaderClassName
{
color: #266FD5;
}
.AnyTagClassName
{
color: #266FD5;
}
</style>
background-color css
<style>
a { background-color: #266FD5; }
a { background-color: rgb(38,111,213); }
div.DivClassName
{
background-color: #266FD5;
}
.BgClassName
{
background-color: #266FD5;
}
</style>
border-color css
<style>
span { border-color: #266FD5; }
span { border-color: rgb(38,111,213); }
td.TdClassName
{
border-color: #266FD5;
}
.TagClassName
{
border-color: #266FD5;
}
</style>