Shades of Dodger Blue #288DEC
Tints of Dodger Blue #288DEC
RGB
CMYK
RGB Variations
Color information
#288DEC (or 0x288DEC) is known color: Dodger Blue. HEX triplet: 28, 8D and EC. RGB value is (40,141,236). Sum of RGB (Red+Green+Blue) = 40+141+236=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #288DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288DEC is #D77213. Grayscale: #797979. Windows color (decimal): -14119444 or 15502632. OLE color: 15502632.
HSL color Cylindrical-coordinate representation of color #288DEC: hue angle of 209.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288DEC is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 141 | 236 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 209.08º | 0.84% | 0.54% | - |
| HSV(B) | 209.08º | 0.83% | 0.93% | - |
| XYZ | 25.54 | 25.56 | 82.94 | - |
| YUV | 121.63 | 192.54 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 236 | 0.83 | 0.40 | 0 | 0.07 | 209.08 | 0.84 | 0.54 |
| Hex | 28 | 8D | EC | 53 | 28 | 0 | 7 | D1 | 54 | 36 |
| Octal | 50 | 215 | 354 | 123 | 50 | 0 | 7 | 321 | 124 | 66 |
| Binary | 101000 | 10001101 | 11101100 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010100 | 110110 |
Color Harmonies of #288DEC
Complementary color
Monochromatic Colors of #288DEC
Black with #288DEC
Text Example
Text Example
White with #288DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DEC; }
p { color: rgb(40,141,236); }
H1.HeaderClassName
{
color: #288DEC;
}
.AnyTagClassName
{
color: #288DEC;
}
</style>
background-color css
<style>
a { background-color: #288DEC; }
a { background-color: rgb(40,141,236); }
div.DivClassName
{
background-color: #288DEC;
}
.BgClassName
{
background-color: #288DEC;
}
</style>
border-color css
<style>
span { border-color: #288DEC; }
span { border-color: rgb(40,141,236); }
td.TdClassName
{
border-color: #288DEC;
}
.TagClassName
{
border-color: #288DEC;
}
</style>