Shades of Dodger Blue #288DDC
Tints of Dodger Blue #288DDC
RGB
CMYK
RGB Variations
Color information
#288DDC (or 0x288DDC) is known color: Dodger Blue. HEX triplet: 28, 8D and DC. RGB value is (40,141,220). Sum of RGB (Red+Green+Blue) = 40+141+220=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #288DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288DDC is #D77223. Grayscale: #777777. Windows color (decimal): -14119460 or 14454056. OLE color: 14454056.
HSL color Cylindrical-coordinate representation of color #288DDC: hue angle of 206.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288DDC is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 141 | 220 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.14 |
| HSL | 206.33º | 0.72% | 0.51% | - |
| HSV(B) | 206.33º | 0.82% | 0.86% | - |
| XYZ | 23.32 | 24.67 | 71.24 | - |
| YUV | 119.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 220 | 0.82 | 0.36 | 0 | 0.14 | 206.33 | 0.72 | 0.51 |
| Hex | 28 | 8D | DC | 52 | 24 | 0 | E | CE | 48 | 33 |
| Octal | 50 | 215 | 334 | 122 | 44 | 0 | 16 | 316 | 110 | 63 |
| Binary | 101000 | 10001101 | 11011100 | 1010010 | 100100 | 0 | 1110 | 11001110 | 1001000 | 110011 |
Color Harmonies of #288DDC
Complementary color
Monochromatic Colors of #288DDC
Black with #288DDC
Text Example
Text Example
White with #288DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DDC; }
p { color: rgb(40,141,220); }
H1.HeaderClassName
{
color: #288DDC;
}
.AnyTagClassName
{
color: #288DDC;
}
</style>
background-color css
<style>
a { background-color: #288DDC; }
a { background-color: rgb(40,141,220); }
div.DivClassName
{
background-color: #288DDC;
}
.BgClassName
{
background-color: #288DDC;
}
</style>
border-color css
<style>
span { border-color: #288DDC; }
span { border-color: rgb(40,141,220); }
td.TdClassName
{
border-color: #288DDC;
}
.TagClassName
{
border-color: #288DDC;
}
</style>