Shades of Dodger Blue #288EDE
Tints of Dodger Blue #288EDE
RGB
CMYK
RGB Variations
Color information
#288EDE (or 0x288EDE) is known color: Dodger Blue. HEX triplet: 28, 8E and DE. RGB value is (40,142,222). Sum of RGB (Red+Green+Blue) = 40+142+222=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #288EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EDE is #D77121. Grayscale: #787878. Windows color (decimal): -14119202 or 14585384. OLE color: 14585384.
HSL color Cylindrical-coordinate representation of color #288EDE: hue angle of 206.37º 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 #288EDE is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 142 | 222 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.13 |
| HSL | 206.37º | 0.73% | 0.51% | - |
| HSV(B) | 206.37º | 0.82% | 0.87% | - |
| XYZ | 23.73 | 25.07 | 72.7 | - |
| YUV | 120.62 | 185.21 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 222 | 0.82 | 0.36 | 0 | 0.13 | 206.37 | 0.73 | 0.51 |
| Hex | 28 | 8E | DE | 52 | 24 | 0 | D | CE | 49 | 33 |
| Octal | 50 | 216 | 336 | 122 | 44 | 0 | 15 | 316 | 111 | 63 |
| Binary | 101000 | 10001110 | 11011110 | 1010010 | 100100 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #288EDE
Complementary color
Monochromatic Colors of #288EDE
Black with #288EDE
Text Example
Text Example
White with #288EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EDE; }
p { color: rgb(40,142,222); }
H1.HeaderClassName
{
color: #288EDE;
}
.AnyTagClassName
{
color: #288EDE;
}
</style>
background-color css
<style>
a { background-color: #288EDE; }
a { background-color: rgb(40,142,222); }
div.DivClassName
{
background-color: #288EDE;
}
.BgClassName
{
background-color: #288EDE;
}
</style>
border-color css
<style>
span { border-color: #288EDE; }
span { border-color: rgb(40,142,222); }
td.TdClassName
{
border-color: #288EDE;
}
.TagClassName
{
border-color: #288EDE;
}
</style>