Shades of Denim #286DCD
Tints of Denim #286DCD
RGB
CMYK
RGB Variations
Color information
#286DCD (or 0x286DCD) is known color: Denim. HEX triplet: 28, 6D and CD. RGB value is (40,109,205). Sum of RGB (Red+Green+Blue) = 40+109+205=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #286DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DCD is #D79232. Grayscale: #626262. Windows color (decimal): -14127667 or 13462824. OLE color: 13462824.
HSL color Cylindrical-coordinate representation of color #286DCD: hue angle of 214.91º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286DCD is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 109 | 205 | - |
| CMYK | 0.80 | 0.47 | 0 | 0.20 |
| HSL | 214.91º | 0.67% | 0.48% | - |
| HSV(B) | 214.91º | 0.8% | 0.8% | - |
| XYZ | 17.36 | 15.8 | 59.89 | - |
| YUV | 99.31 | 187.64 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 205 | 0.80 | 0.47 | 0 | 0.20 | 214.91 | 0.67 | 0.48 |
| Hex | 28 | 6D | CD | 50 | 2F | 0 | 14 | D7 | 43 | 30 |
| Octal | 50 | 155 | 315 | 120 | 57 | 0 | 24 | 327 | 103 | 60 |
| Binary | 101000 | 1101101 | 11001101 | 1010000 | 101111 | 0 | 10100 | 11010111 | 1000011 | 110000 |
Color Harmonies of #286DCD
Complementary color
Monochromatic Colors of #286DCD
Black with #286DCD
Text Example
Text Example
White with #286DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DCD; }
p { color: rgb(40,109,205); }
H1.HeaderClassName
{
color: #286DCD;
}
.AnyTagClassName
{
color: #286DCD;
}
</style>
background-color css
<style>
a { background-color: #286DCD; }
a { background-color: rgb(40,109,205); }
div.DivClassName
{
background-color: #286DCD;
}
.BgClassName
{
background-color: #286DCD;
}
</style>
border-color css
<style>
span { border-color: #286DCD; }
span { border-color: rgb(40,109,205); }
td.TdClassName
{
border-color: #286DCD;
}
.TagClassName
{
border-color: #286DCD;
}
</style>