Shades of Dodger Blue #288BDD
Tints of Dodger Blue #288BDD
RGB
CMYK
RGB Variations
Color information
#288BDD (or 0x288BDD) is known color: Dodger Blue. HEX triplet: 28, 8B and DD. RGB value is (40,139,221). Sum of RGB (Red+Green+Blue) = 40+139+221=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #288BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288BDD is #D77422. Grayscale: #767676. Windows color (decimal): -14119971 or 14519080. OLE color: 14519080.
HSL color Cylindrical-coordinate representation of color #288BDD: hue angle of 207.18º 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 #288BDD is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 139 | 221 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.13 |
| HSL | 207.18º | 0.73% | 0.51% | - |
| HSV(B) | 207.18º | 0.82% | 0.87% | - |
| XYZ | 23.16 | 24.14 | 71.84 | - |
| YUV | 118.75 | 185.7 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 221 | 0.82 | 0.37 | 0 | 0.13 | 207.18 | 0.73 | 0.51 |
| Hex | 28 | 8B | DD | 52 | 25 | 0 | D | CF | 49 | 33 |
| Octal | 50 | 213 | 335 | 122 | 45 | 0 | 15 | 317 | 111 | 63 |
| Binary | 101000 | 10001011 | 11011101 | 1010010 | 100101 | 0 | 1101 | 11001111 | 1001001 | 110011 |
Color Harmonies of #288BDD
Complementary color
Monochromatic Colors of #288BDD
Black with #288BDD
Text Example
Text Example
White with #288BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BDD; }
p { color: rgb(40,139,221); }
H1.HeaderClassName
{
color: #288BDD;
}
.AnyTagClassName
{
color: #288BDD;
}
</style>
background-color css
<style>
a { background-color: #288BDD; }
a { background-color: rgb(40,139,221); }
div.DivClassName
{
background-color: #288BDD;
}
.BgClassName
{
background-color: #288BDD;
}
</style>
border-color css
<style>
span { border-color: #288BDD; }
span { border-color: rgb(40,139,221); }
td.TdClassName
{
border-color: #288BDD;
}
.TagClassName
{
border-color: #288BDD;
}
</style>