Shades of Dodger Blue #288ADE
Tints of Dodger Blue #288ADE
RGB
CMYK
RGB Variations
Color information
#288ADE (or 0x288ADE) is known color: Dodger Blue. HEX triplet: 28, 8A and DE. RGB value is (40,138,222). Sum of RGB (Red+Green+Blue) = 40+138+222=400 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #288ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ADE is #D77521. Grayscale: #757575. Windows color (decimal): -14120226 or 14584360. OLE color: 14584360.
HSL color Cylindrical-coordinate representation of color #288ADE: hue angle of 207.69º 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 #288ADE is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 138 | 222 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.13 |
| HSL | 207.69º | 0.73% | 0.51% | - |
| HSV(B) | 207.69º | 0.82% | 0.87% | - |
| XYZ | 23.15 | 23.9 | 72.5 | - |
| YUV | 118.27 | 186.53 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 222 | 0.82 | 0.38 | 0 | 0.13 | 207.69 | 0.73 | 0.51 |
| Hex | 28 | 8A | DE | 52 | 26 | 0 | D | D0 | 49 | 33 |
| Octal | 50 | 212 | 336 | 122 | 46 | 0 | 15 | 320 | 111 | 63 |
| Binary | 101000 | 10001010 | 11011110 | 1010010 | 100110 | 0 | 1101 | 11010000 | 1001001 | 110011 |
Color Harmonies of #288ADE
Complementary color
Monochromatic Colors of #288ADE
Black with #288ADE
Text Example
Text Example
White with #288ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ADE; }
p { color: rgb(40,138,222); }
H1.HeaderClassName
{
color: #288ADE;
}
.AnyTagClassName
{
color: #288ADE;
}
</style>
background-color css
<style>
a { background-color: #288ADE; }
a { background-color: rgb(40,138,222); }
div.DivClassName
{
background-color: #288ADE;
}
.BgClassName
{
background-color: #288ADE;
}
</style>
border-color css
<style>
span { border-color: #288ADE; }
span { border-color: rgb(40,138,222); }
td.TdClassName
{
border-color: #288ADE;
}
.TagClassName
{
border-color: #288ADE;
}
</style>