Shades of Dodger Blue #288DDA
Tints of Dodger Blue #288DDA
RGB
CMYK
RGB Variations
Color information
#288DDA (or 0x288DDA) is known color: Dodger Blue. HEX triplet: 28, 8D and DA. RGB value is (40,141,218). Sum of RGB (Red+Green+Blue) = 40+141+218=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #288DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DDA is #D77225. Grayscale: #777777. Windows color (decimal): -14119462 or 14322984. OLE color: 14322984.
HSL color Cylindrical-coordinate representation of color #288DDA: hue angle of 205.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288DDA is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 141 | 218 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.15 |
| HSL | 205.96º | 0.71% | 0.51% | - |
| HSV(B) | 205.96º | 0.82% | 0.85% | - |
| XYZ | 23.05 | 24.56 | 69.86 | - |
| YUV | 119.58 | 183.54 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 218 | 0.82 | 0.35 | 0 | 0.15 | 205.96 | 0.71 | 0.51 |
| Hex | 28 | 8D | DA | 52 | 23 | 0 | F | CE | 47 | 33 |
| Octal | 50 | 215 | 332 | 122 | 43 | 0 | 17 | 316 | 107 | 63 |
| Binary | 101000 | 10001101 | 11011010 | 1010010 | 100011 | 0 | 1111 | 11001110 | 1000111 | 110011 |
Color Harmonies of #288DDA
Complementary color
Monochromatic Colors of #288DDA
Black with #288DDA
Text Example
Text Example
White with #288DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DDA; }
p { color: rgb(40,141,218); }
H1.HeaderClassName
{
color: #288DDA;
}
.AnyTagClassName
{
color: #288DDA;
}
</style>
background-color css
<style>
a { background-color: #288DDA; }
a { background-color: rgb(40,141,218); }
div.DivClassName
{
background-color: #288DDA;
}
.BgClassName
{
background-color: #288DDA;
}
</style>
border-color css
<style>
span { border-color: #288DDA; }
span { border-color: rgb(40,141,218); }
td.TdClassName
{
border-color: #288DDA;
}
.TagClassName
{
border-color: #288DDA;
}
</style>