Shades of Denim #286ED1
Tints of Denim #286ED1
RGB
CMYK
RGB Variations
Color information
#286ED1 (or 0x286ED1) is known color: Denim. HEX triplet: 28, 6E and D1. RGB value is (40,110,209). Sum of RGB (Red+Green+Blue) = 40+110+209=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 209 (82.03% from 255 or 58.22% from 359); Max value from RGB is 209 - color contains mainly: blue. Hex color #286ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286ED1 is #D7912E. Grayscale: #636363. Windows color (decimal): -14127407 or 13725224. OLE color: 13725224.
HSL color Cylindrical-coordinate representation of color #286ED1: hue angle of 215.15º 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 #286ED1 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 110 | 209 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.18 |
| HSL | 215.15º | 0.68% | 0.49% | - |
| HSV(B) | 215.15º | 0.81% | 0.82% | - |
| XYZ | 17.96 | 16.21 | 62.5 | - |
| YUV | 100.36 | 189.31 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 209 | 0.81 | 0.47 | 0 | 0.18 | 215.15 | 0.68 | 0.49 |
| Hex | 28 | 6E | D1 | 51 | 2F | 0 | 12 | D7 | 44 | 31 |
| Octal | 50 | 156 | 321 | 121 | 57 | 0 | 22 | 327 | 104 | 61 |
| Binary | 101000 | 1101110 | 11010001 | 1010001 | 101111 | 0 | 10010 | 11010111 | 1000100 | 110001 |
Color Harmonies of #286ED1
Complementary color
Monochromatic Colors of #286ED1
Black with #286ED1
Text Example
Text Example
White with #286ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286ED1; }
p { color: rgb(40,110,209); }
H1.HeaderClassName
{
color: #286ED1;
}
.AnyTagClassName
{
color: #286ED1;
}
</style>
background-color css
<style>
a { background-color: #286ED1; }
a { background-color: rgb(40,110,209); }
div.DivClassName
{
background-color: #286ED1;
}
.BgClassName
{
background-color: #286ED1;
}
</style>
border-color css
<style>
span { border-color: #286ED1; }
span { border-color: rgb(40,110,209); }
td.TdClassName
{
border-color: #286ED1;
}
.TagClassName
{
border-color: #286ED1;
}
</style>