Shades of Denim #286DC9
Tints of Denim #286DC9
RGB
CMYK
RGB Variations
Color information
#286DC9 (or 0x286DC9) is known color: Denim. HEX triplet: 28, 6D and C9. RGB value is (40,109,201). Sum of RGB (Red+Green+Blue) = 40+109+201=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #286DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286DC9 is #D79236. Grayscale: #626262. Windows color (decimal): -14127671 or 13200680. OLE color: 13200680.
HSL color Cylindrical-coordinate representation of color #286DC9: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286DC9 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 109 | 201 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.21 |
| HSL | 214.29º | 0.67% | 0.47% | - |
| HSV(B) | 214.29º | 0.8% | 0.79% | - |
| XYZ | 16.89 | 15.61 | 57.38 | - |
| YUV | 98.86 | 185.64 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 201 | 0.80 | 0.46 | 0 | 0.21 | 214.29 | 0.67 | 0.47 |
| Hex | 28 | 6D | C9 | 50 | 2E | 0 | 15 | D6 | 43 | 2F |
| Octal | 50 | 155 | 311 | 120 | 56 | 0 | 25 | 326 | 103 | 57 |
| Binary | 101000 | 1101101 | 11001001 | 1010000 | 101110 | 0 | 10101 | 11010110 | 1000011 | 101111 |
Color Harmonies of #286DC9
Complementary color
Monochromatic Colors of #286DC9
Black with #286DC9
Text Example
Text Example
White with #286DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286DC9; }
p { color: rgb(40,109,201); }
H1.HeaderClassName
{
color: #286DC9;
}
.AnyTagClassName
{
color: #286DC9;
}
</style>
background-color css
<style>
a { background-color: #286DC9; }
a { background-color: rgb(40,109,201); }
div.DivClassName
{
background-color: #286DC9;
}
.BgClassName
{
background-color: #286DC9;
}
</style>
border-color css
<style>
span { border-color: #286DC9; }
span { border-color: rgb(40,109,201); }
td.TdClassName
{
border-color: #286DC9;
}
.TagClassName
{
border-color: #286DC9;
}
</style>