Shades of Denim #286FD1
Tints of Denim #286FD1
RGB
CMYK
RGB Variations
Color information
#286FD1 (or 0x286FD1) is known color: Denim. HEX triplet: 28, 6F and D1. RGB value is (40,111,209). Sum of RGB (Red+Green+Blue) = 40+111+209=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #286FD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #286FD1 is #D7902E. Grayscale: #646464. Windows color (decimal): -14127151 or 13725480. OLE color: 13725480.
HSL color Cylindrical-coordinate representation of color #286FD1: hue angle of 214.79º 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 #286FD1 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 111 | 209 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.18 |
| HSL | 214.79º | 0.68% | 0.49% | - |
| HSV(B) | 214.79º | 0.81% | 0.82% | - |
| XYZ | 18.07 | 16.42 | 62.54 | - |
| YUV | 100.94 | 188.98 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 209 | 0.81 | 0.47 | 0 | 0.18 | 214.79 | 0.68 | 0.49 |
| Hex | 28 | 6F | D1 | 51 | 2F | 0 | 12 | D7 | 44 | 31 |
| Octal | 50 | 157 | 321 | 121 | 57 | 0 | 22 | 327 | 104 | 61 |
| Binary | 101000 | 1101111 | 11010001 | 1010001 | 101111 | 0 | 10010 | 11010111 | 1000100 | 110001 |
Color Harmonies of #286FD1
Complementary color
Monochromatic Colors of #286FD1
Black with #286FD1
Text Example
Text Example
White with #286FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286FD1; }
p { color: rgb(40,111,209); }
H1.HeaderClassName
{
color: #286FD1;
}
.AnyTagClassName
{
color: #286FD1;
}
</style>
background-color css
<style>
a { background-color: #286FD1; }
a { background-color: rgb(40,111,209); }
div.DivClassName
{
background-color: #286FD1;
}
.BgClassName
{
background-color: #286FD1;
}
</style>
border-color css
<style>
span { border-color: #286FD1; }
span { border-color: rgb(40,111,209); }
td.TdClassName
{
border-color: #286FD1;
}
.TagClassName
{
border-color: #286FD1;
}
</style>