Shades of Denim #286ED0
Tints of Denim #286ED0
RGB
CMYK
RGB Variations
Color information
#286ED0 (or 0x286ED0) is known color: Denim. HEX triplet: 28, 6E and D0. RGB value is (40,110,208). Sum of RGB (Red+Green+Blue) = 40+110+208=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #286ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ED0 is #D7912F. Grayscale: #636363. Windows color (decimal): -14127408 or 13659688. OLE color: 13659688.
HSL color Cylindrical-coordinate representation of color #286ED0: hue angle of 215º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #286ED0 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 110 | 208 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.18 |
| HSL | 215º | 0.68% | 0.49% | - |
| HSV(B) | 215º | 0.81% | 0.82% | - |
| XYZ | 17.84 | 16.16 | 61.85 | - |
| YUV | 100.24 | 188.81 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 208 | 0.81 | 0.47 | 0 | 0.18 | 215 | 0.68 | 0.49 |
| Hex | 28 | 6E | D0 | 51 | 2F | 0 | 12 | D7 | 44 | 31 |
| Octal | 50 | 156 | 320 | 121 | 57 | 0 | 22 | 327 | 104 | 61 |
| Binary | 101000 | 1101110 | 11010000 | 1010001 | 101111 | 0 | 10010 | 11010111 | 1000100 | 110001 |
Color Harmonies of #286ED0
Complementary color
Monochromatic Colors of #286ED0
Black with #286ED0
Text Example
Text Example
White with #286ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286ED0; }
p { color: rgb(40,110,208); }
H1.HeaderClassName
{
color: #286ED0;
}
.AnyTagClassName
{
color: #286ED0;
}
</style>
background-color css
<style>
a { background-color: #286ED0; }
a { background-color: rgb(40,110,208); }
div.DivClassName
{
background-color: #286ED0;
}
.BgClassName
{
background-color: #286ED0;
}
</style>
border-color css
<style>
span { border-color: #286ED0; }
span { border-color: rgb(40,110,208); }
td.TdClassName
{
border-color: #286ED0;
}
.TagClassName
{
border-color: #286ED0;
}
</style>