Shades of Dodger Blue #288EEC
Tints of Dodger Blue #288EEC
RGB
CMYK
RGB Variations
Color information
#288EEC (or 0x288EEC) is known color: Dodger Blue. HEX triplet: 28, 8E and EC. RGB value is (40,142,236). Sum of RGB (Red+Green+Blue) = 40+142+236=418 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.57% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #288EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EEC is #D77113. Grayscale: #797979. Windows color (decimal): -14119188 or 15502888. OLE color: 15502888.
HSL color Cylindrical-coordinate representation of color #288EEC: hue angle of 208.78º 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 #288EEC is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 142 | 236 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 208.78º | 0.84% | 0.54% | - |
| HSV(B) | 208.78º | 0.83% | 0.93% | - |
| XYZ | 25.69 | 25.85 | 82.99 | - |
| YUV | 122.22 | 192.21 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 236 | 0.83 | 0.40 | 0 | 0.07 | 208.78 | 0.84 | 0.54 |
| Hex | 28 | 8E | EC | 53 | 28 | 0 | 7 | D1 | 54 | 36 |
| Octal | 50 | 216 | 354 | 123 | 50 | 0 | 7 | 321 | 124 | 66 |
| Binary | 101000 | 10001110 | 11101100 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010100 | 110110 |
Color Harmonies of #288EEC
Complementary color
Monochromatic Colors of #288EEC
Black with #288EEC
Text Example
Text Example
White with #288EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EEC; }
p { color: rgb(40,142,236); }
H1.HeaderClassName
{
color: #288EEC;
}
.AnyTagClassName
{
color: #288EEC;
}
</style>
background-color css
<style>
a { background-color: #288EEC; }
a { background-color: rgb(40,142,236); }
div.DivClassName
{
background-color: #288EEC;
}
.BgClassName
{
background-color: #288EEC;
}
</style>
border-color css
<style>
span { border-color: #288EEC; }
span { border-color: rgb(40,142,236); }
td.TdClassName
{
border-color: #288EEC;
}
.TagClassName
{
border-color: #288EEC;
}
</style>