Shades of Dodger Blue #288CDD
Tints of Dodger Blue #288CDD
RGB
CMYK
RGB Variations
Color information
#288CDD (or 0x288CDD) is known color: Dodger Blue. HEX triplet: 28, 8C and DD. RGB value is (40,140,221). Sum of RGB (Red+Green+Blue) = 40+140+221=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #288CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CDD is #D77322. Grayscale: #767676. Windows color (decimal): -14119715 or 14519336. OLE color: 14519336.
HSL color Cylindrical-coordinate representation of color #288CDD: hue angle of 206.85º 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 #288CDD is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 140 | 221 | - |
| CMYK | 0.82 | 0.37 | 0 | 0.13 |
| HSL | 206.85º | 0.73% | 0.51% | - |
| HSV(B) | 206.85º | 0.82% | 0.87% | - |
| XYZ | 23.3 | 24.43 | 71.89 | - |
| YUV | 119.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 221 | 0.82 | 0.37 | 0 | 0.13 | 206.85 | 0.73 | 0.51 |
| Hex | 28 | 8C | DD | 52 | 25 | 0 | D | CF | 49 | 33 |
| Octal | 50 | 214 | 335 | 122 | 45 | 0 | 15 | 317 | 111 | 63 |
| Binary | 101000 | 10001100 | 11011101 | 1010010 | 100101 | 0 | 1101 | 11001111 | 1001001 | 110011 |
Color Harmonies of #288CDD
Complementary color
Monochromatic Colors of #288CDD
Black with #288CDD
Text Example
Text Example
White with #288CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CDD; }
p { color: rgb(40,140,221); }
H1.HeaderClassName
{
color: #288CDD;
}
.AnyTagClassName
{
color: #288CDD;
}
</style>
background-color css
<style>
a { background-color: #288CDD; }
a { background-color: rgb(40,140,221); }
div.DivClassName
{
background-color: #288CDD;
}
.BgClassName
{
background-color: #288CDD;
}
</style>
border-color css
<style>
span { border-color: #288CDD; }
span { border-color: rgb(40,140,221); }
td.TdClassName
{
border-color: #288CDD;
}
.TagClassName
{
border-color: #288CDD;
}
</style>