Shades of Denim #286FC8
Tints of Denim #286FC8
RGB
CMYK
RGB Variations
Color information
#286FC8 (or 0x286FC8) is known color: Denim. HEX triplet: 28, 6F and C8. RGB value is (40,111,200). Sum of RGB (Red+Green+Blue) = 40+111+200=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #286FC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FC8 is #D79037. Grayscale: #636363. Windows color (decimal): -14127160 or 13135656. OLE color: 13135656.
HSL color Cylindrical-coordinate representation of color #286FC8: hue angle of 213.38º 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 #286FC8 is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 111 | 200 | - |
| CMYK | 0.8 | 0.44 | 0 | 0.22 |
| HSL | 213.38º | 0.67% | 0.47% | - |
| HSV(B) | 213.38º | 0.8% | 0.78% | - |
| XYZ | 16.98 | 15.99 | 56.83 | - |
| YUV | 99.92 | 184.48 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 200 | 0.8 | 0.44 | 0 | 0.22 | 213.38 | 0.67 | 0.47 |
| Hex | 28 | 6F | C8 | 50 | 2C | 0 | 16 | D5 | 43 | 2F |
| Octal | 50 | 157 | 310 | 120 | 54 | 0 | 26 | 325 | 103 | 57 |
| Binary | 101000 | 1101111 | 11001000 | 1010000 | 101100 | 0 | 10110 | 11010101 | 1000011 | 101111 |
Color Harmonies of #286FC8
Complementary color
Monochromatic Colors of #286FC8
Black with #286FC8
Text Example
Text Example
White with #286FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FC8; }
p { color: rgb(40,111,200); }
H1.HeaderClassName
{
color: #286FC8;
}
.AnyTagClassName
{
color: #286FC8;
}
</style>
background-color css
<style>
a { background-color: #286FC8; }
a { background-color: rgb(40,111,200); }
div.DivClassName
{
background-color: #286FC8;
}
.BgClassName
{
background-color: #286FC8;
}
</style>
border-color css
<style>
span { border-color: #286FC8; }
span { border-color: rgb(40,111,200); }
td.TdClassName
{
border-color: #286FC8;
}
.TagClassName
{
border-color: #286FC8;
}
</style>