Shades of Denim #266DCE
Tints of Denim #266DCE
RGB
CMYK
RGB Variations
Color information
#266DCE (or 0x266DCE) is known color: Denim. HEX triplet: 26, 6D and CE. RGB value is (38,109,206). Sum of RGB (Red+Green+Blue) = 38+109+206=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #266DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266DCE is #D99231. Grayscale: #626262. Windows color (decimal): -14258738 or 13528358. OLE color: 13528358.
HSL color Cylindrical-coordinate representation of color #266DCE: hue angle of 214.64º 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 #266DCE is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 109 | 206 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.19 |
| HSL | 214.64º | 0.69% | 0.48% | - |
| HSV(B) | 214.64º | 0.82% | 0.81% | - |
| XYZ | 17.41 | 15.81 | 60.53 | - |
| YUV | 98.83 | 188.48 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 206 | 0.82 | 0.47 | 0 | 0.19 | 214.64 | 0.69 | 0.48 |
| Hex | 26 | 6D | CE | 52 | 2F | 0 | 13 | D7 | 45 | 30 |
| Octal | 46 | 155 | 316 | 122 | 57 | 0 | 23 | 327 | 105 | 60 |
| Binary | 100110 | 1101101 | 11001110 | 1010010 | 101111 | 0 | 10011 | 11010111 | 1000101 | 110000 |
Color Harmonies of #266DCE
Complementary color
Monochromatic Colors of #266DCE
Black with #266DCE
Text Example
Text Example
White with #266DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266DCE; }
p { color: rgb(38,109,206); }
H1.HeaderClassName
{
color: #266DCE;
}
.AnyTagClassName
{
color: #266DCE;
}
</style>
background-color css
<style>
a { background-color: #266DCE; }
a { background-color: rgb(38,109,206); }
div.DivClassName
{
background-color: #266DCE;
}
.BgClassName
{
background-color: #266DCE;
}
</style>
border-color css
<style>
span { border-color: #266DCE; }
span { border-color: rgb(38,109,206); }
td.TdClassName
{
border-color: #266DCE;
}
.TagClassName
{
border-color: #266DCE;
}
</style>