Shades of Denim #286EC8
Tints of Denim #286EC8
RGB
CMYK
RGB Variations
Color information
#286EC8 (or 0x286EC8) is known color: Denim. HEX triplet: 28, 6E and C8. RGB value is (40,110,200). Sum of RGB (Red+Green+Blue) = 40+110+200=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 200 (78.52% from 255 or 57.14% from 350); Max value from RGB is 200 - color contains mainly: blue. Hex color #286EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286EC8 is #D79137. Grayscale: #626262. Windows color (decimal): -14127416 or 13135400. OLE color: 13135400.
HSL color Cylindrical-coordinate representation of color #286EC8: hue angle of 213.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #286EC8 is Cyan = 0.8, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 110 | 200 | - |
| CMYK | 0.8 | 0.45 | 0 | 0.22 |
| HSL | 213.75º | 0.67% | 0.47% | - |
| HSV(B) | 213.75º | 0.8% | 0.78% | - |
| XYZ | 16.88 | 15.77 | 56.8 | - |
| YUV | 99.33 | 184.81 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 200 | 0.8 | 0.45 | 0 | 0.22 | 213.75 | 0.67 | 0.47 |
| Hex | 28 | 6E | C8 | 50 | 2D | 0 | 16 | D6 | 43 | 2F |
| Octal | 50 | 156 | 310 | 120 | 55 | 0 | 26 | 326 | 103 | 57 |
| Binary | 101000 | 1101110 | 11001000 | 1010000 | 101101 | 0 | 10110 | 11010110 | 1000011 | 101111 |
Color Harmonies of #286EC8
Complementary color
Monochromatic Colors of #286EC8
Black with #286EC8
Text Example
Text Example
White with #286EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286EC8; }
p { color: rgb(40,110,200); }
H1.HeaderClassName
{
color: #286EC8;
}
.AnyTagClassName
{
color: #286EC8;
}
</style>
background-color css
<style>
a { background-color: #286EC8; }
a { background-color: rgb(40,110,200); }
div.DivClassName
{
background-color: #286EC8;
}
.BgClassName
{
background-color: #286EC8;
}
</style>
border-color css
<style>
span { border-color: #286EC8; }
span { border-color: rgb(40,110,200); }
td.TdClassName
{
border-color: #286EC8;
}
.TagClassName
{
border-color: #286EC8;
}
</style>