Shades of Dodger Blue #288EED
Tints of Dodger Blue #288EED
RGB
CMYK
RGB Variations
Color information
#288EED (or 0x288EED) is known color: Dodger Blue. HEX triplet: 28, 8E and ED. RGB value is (40,142,237). Sum of RGB (Red+Green+Blue) = 40+142+237=419 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.55% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #288EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EED is #D77112. Grayscale: #797979. Windows color (decimal): -14119187 or 15568424. OLE color: 15568424.
HSL color Cylindrical-coordinate representation of color #288EED: hue angle of 208.93º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288EED is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 142 | 237 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.07 |
| HSL | 208.93º | 0.85% | 0.54% | - |
| HSV(B) | 208.93º | 0.83% | 0.93% | - |
| XYZ | 25.83 | 25.91 | 83.76 | - |
| YUV | 122.33 | 192.71 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 237 | 0.83 | 0.40 | 0 | 0.07 | 208.93 | 0.85 | 0.54 |
| Hex | 28 | 8E | ED | 53 | 28 | 0 | 7 | D1 | 55 | 36 |
| Octal | 50 | 216 | 355 | 123 | 50 | 0 | 7 | 321 | 125 | 66 |
| Binary | 101000 | 10001110 | 11101101 | 1010011 | 101000 | 0 | 111 | 11010001 | 1010101 | 110110 |
Color Harmonies of #288EED
Complementary color
Monochromatic Colors of #288EED
Black with #288EED
Text Example
Text Example
White with #288EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EED; }
p { color: rgb(40,142,237); }
H1.HeaderClassName
{
color: #288EED;
}
.AnyTagClassName
{
color: #288EED;
}
</style>
background-color css
<style>
a { background-color: #288EED; }
a { background-color: rgb(40,142,237); }
div.DivClassName
{
background-color: #288EED;
}
.BgClassName
{
background-color: #288EED;
}
</style>
border-color css
<style>
span { border-color: #288EED; }
span { border-color: rgb(40,142,237); }
td.TdClassName
{
border-color: #288EED;
}
.TagClassName
{
border-color: #288EED;
}
</style>