Shades of Dodger Blue #288ADD
Tints of Dodger Blue #288ADD
RGB
CMYK
RGB Variations
Color information
#288ADD (or 0x288ADD) is known color: Dodger Blue. HEX triplet: 28, 8A and DD. RGB value is (40,138,221). Sum of RGB (Red+Green+Blue) = 40+138+221=399 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.03% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #288ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ADD is #D77522. Grayscale: #757575. Windows color (decimal): -14120227 or 14518824. OLE color: 14518824.
HSL color Cylindrical-coordinate representation of color #288ADD: hue angle of 207.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288ADD is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 138 | 221 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.13 |
| HSL | 207.51º | 0.73% | 0.51% | - |
| HSV(B) | 207.51º | 0.82% | 0.87% | - |
| XYZ | 23.01 | 23.85 | 71.8 | - |
| YUV | 118.16 | 186.03 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 221 | 0.82 | 0.38 | 0 | 0.13 | 207.51 | 0.73 | 0.51 |
| Hex | 28 | 8A | DD | 52 | 26 | 0 | D | D0 | 49 | 33 |
| Octal | 50 | 212 | 335 | 122 | 46 | 0 | 15 | 320 | 111 | 63 |
| Binary | 101000 | 10001010 | 11011101 | 1010010 | 100110 | 0 | 1101 | 11010000 | 1001001 | 110011 |
Color Harmonies of #288ADD
Complementary color
Monochromatic Colors of #288ADD
Black with #288ADD
Text Example
Text Example
White with #288ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ADD; }
p { color: rgb(40,138,221); }
H1.HeaderClassName
{
color: #288ADD;
}
.AnyTagClassName
{
color: #288ADD;
}
</style>
background-color css
<style>
a { background-color: #288ADD; }
a { background-color: rgb(40,138,221); }
div.DivClassName
{
background-color: #288ADD;
}
.BgClassName
{
background-color: #288ADD;
}
</style>
border-color css
<style>
span { border-color: #288ADD; }
span { border-color: rgb(40,138,221); }
td.TdClassName
{
border-color: #288ADD;
}
.TagClassName
{
border-color: #288ADD;
}
</style>