Shades of Dodger Blue #288DE5
Tints of Dodger Blue #288DE5
RGB
CMYK
RGB Variations
Color information
#288DE5 (or 0x288DE5) is known color: Dodger Blue. HEX triplet: 28, 8D and E5. RGB value is (40,141,229). Sum of RGB (Red+Green+Blue) = 40+141+229=410 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.76% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 229 (89.84% from 255 or 55.85% from 410); Max value from RGB is 229 - color contains mainly: blue. Hex color #288DE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DE5 is #D7721A. Grayscale: #787878. Windows color (decimal): -14119451 or 15043880. OLE color: 15043880.
HSL color Cylindrical-coordinate representation of color #288DE5: hue angle of 207.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288DE5 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 141 | 229 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.10 |
| HSL | 207.94º | 0.78% | 0.53% | - |
| HSV(B) | 207.94º | 0.83% | 0.9% | - |
| XYZ | 24.54 | 25.16 | 77.69 | - |
| YUV | 120.83 | 189.04 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 229 | 0.83 | 0.38 | 0 | 0.10 | 207.94 | 0.78 | 0.53 |
| Hex | 28 | 8D | E5 | 53 | 26 | 0 | A | D0 | 4E | 35 |
| Octal | 50 | 215 | 345 | 123 | 46 | 0 | 12 | 320 | 116 | 65 |
| Binary | 101000 | 10001101 | 11100101 | 1010011 | 100110 | 0 | 1010 | 11010000 | 1001110 | 110101 |
Color Harmonies of #288DE5
Complementary color
Monochromatic Colors of #288DE5
Black with #288DE5
Text Example
Text Example
White with #288DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DE5; }
p { color: rgb(40,141,229); }
H1.HeaderClassName
{
color: #288DE5;
}
.AnyTagClassName
{
color: #288DE5;
}
</style>
background-color css
<style>
a { background-color: #288DE5; }
a { background-color: rgb(40,141,229); }
div.DivClassName
{
background-color: #288DE5;
}
.BgClassName
{
background-color: #288DE5;
}
</style>
border-color css
<style>
span { border-color: #288DE5; }
span { border-color: rgb(40,141,229); }
td.TdClassName
{
border-color: #288DE5;
}
.TagClassName
{
border-color: #288DE5;
}
</style>