Shades of Denim #266FCE
Tints of Denim #266FCE
RGB
CMYK
RGB Variations
Color information
#266FCE (or 0x266FCE) is known color: Denim. HEX triplet: 26, 6F and CE. RGB value is (38,111,206). Sum of RGB (Red+Green+Blue) = 38+111+206=355 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.70% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #266FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266FCE is #D99031. Grayscale: #636363. Windows color (decimal): -14258226 or 13528870. OLE color: 13528870.
HSL color Cylindrical-coordinate representation of color #266FCE: hue angle of 213.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #266FCE is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 111 | 206 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.19 |
| HSL | 213.93º | 0.69% | 0.48% | - |
| HSV(B) | 213.93º | 0.82% | 0.81% | - |
| XYZ | 17.62 | 16.24 | 60.6 | - |
| YUV | 100 | 187.82 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 111 | 206 | 0.82 | 0.46 | 0 | 0.19 | 213.93 | 0.69 | 0.48 |
| Hex | 26 | 6F | CE | 52 | 2E | 0 | 13 | D6 | 45 | 30 |
| Octal | 46 | 157 | 316 | 122 | 56 | 0 | 23 | 326 | 105 | 60 |
| Binary | 100110 | 1101111 | 11001110 | 1010010 | 101110 | 0 | 10011 | 11010110 | 1000101 | 110000 |
Color Harmonies of #266FCE
Complementary color
Monochromatic Colors of #266FCE
Black with #266FCE
Text Example
Text Example
White with #266FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266FCE; }
p { color: rgb(38,111,206); }
H1.HeaderClassName
{
color: #266FCE;
}
.AnyTagClassName
{
color: #266FCE;
}
</style>
background-color css
<style>
a { background-color: #266FCE; }
a { background-color: rgb(38,111,206); }
div.DivClassName
{
background-color: #266FCE;
}
.BgClassName
{
background-color: #266FCE;
}
</style>
border-color css
<style>
span { border-color: #266FCE; }
span { border-color: rgb(38,111,206); }
td.TdClassName
{
border-color: #266FCE;
}
.TagClassName
{
border-color: #266FCE;
}
</style>