Shades of Denim #286FC9
Tints of Denim #286FC9
RGB
CMYK
RGB Variations
Color information
#286FC9 (or 0x286FC9) is known color: Denim. HEX triplet: 28, 6F and C9. RGB value is (40,111,201). Sum of RGB (Red+Green+Blue) = 40+111+201=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #286FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FC9 is #D79036. Grayscale: #636363. Windows color (decimal): -14127159 or 13201192. OLE color: 13201192.
HSL color Cylindrical-coordinate representation of color #286FC9: hue angle of 213.54º 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 #286FC9 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 111 | 201 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.21 |
| HSL | 213.54º | 0.67% | 0.47% | - |
| HSV(B) | 213.54º | 0.8% | 0.79% | - |
| XYZ | 17.1 | 16.04 | 57.45 | - |
| YUV | 100.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 201 | 0.80 | 0.45 | 0 | 0.21 | 213.54 | 0.67 | 0.47 |
| Hex | 28 | 6F | C9 | 50 | 2D | 0 | 15 | D6 | 43 | 2F |
| Octal | 50 | 157 | 311 | 120 | 55 | 0 | 25 | 326 | 103 | 57 |
| Binary | 101000 | 1101111 | 11001001 | 1010000 | 101101 | 0 | 10101 | 11010110 | 1000011 | 101111 |
Color Harmonies of #286FC9
Complementary color
Monochromatic Colors of #286FC9
Black with #286FC9
Text Example
Text Example
White with #286FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FC9; }
p { color: rgb(40,111,201); }
H1.HeaderClassName
{
color: #286FC9;
}
.AnyTagClassName
{
color: #286FC9;
}
</style>
background-color css
<style>
a { background-color: #286FC9; }
a { background-color: rgb(40,111,201); }
div.DivClassName
{
background-color: #286FC9;
}
.BgClassName
{
background-color: #286FC9;
}
</style>
border-color css
<style>
span { border-color: #286FC9; }
span { border-color: rgb(40,111,201); }
td.TdClassName
{
border-color: #286FC9;
}
.TagClassName
{
border-color: #286FC9;
}
</style>