Shades of Dodger Blue #2888EB
Tints of Dodger Blue #2888EB
RGB
CMYK
RGB Variations
Color information
#2888EB (or 0x2888EB) is known color: Dodger Blue. HEX triplet: 28, 88 and EB. RGB value is (40,136,235). Sum of RGB (Red+Green+Blue) = 40+136+235=411 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.73% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 235 (92.19% from 255 or 57.18% from 411); Max value from RGB is 235 - color contains mainly: blue. Hex color #2888EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2888EB is #D77714. Grayscale: #767676. Windows color (decimal): -14120725 or 15435816. OLE color: 15435816.
HSL color Cylindrical-coordinate representation of color #2888EB: hue angle of 210.46º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2888EB is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 136 | 235 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.08 |
| HSL | 210.46º | 0.83% | 0.54% | - |
| HSV(B) | 210.46º | 0.83% | 0.92% | - |
| XYZ | 24.67 | 24.06 | 81.94 | - |
| YUV | 118.58 | 193.7 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 235 | 0.83 | 0.42 | 0 | 0.08 | 210.46 | 0.83 | 0.54 |
| Hex | 28 | 88 | EB | 53 | 2A | 0 | 8 | D2 | 53 | 36 |
| Octal | 50 | 210 | 353 | 123 | 52 | 0 | 10 | 322 | 123 | 66 |
| Binary | 101000 | 10001000 | 11101011 | 1010011 | 101010 | 0 | 1000 | 11010010 | 1010011 | 110110 |
Color Harmonies of #2888EB
Complementary color
Monochromatic Colors of #2888EB
Black with #2888EB
Text Example
Text Example
White with #2888EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888EB; }
p { color: rgb(40,136,235); }
H1.HeaderClassName
{
color: #2888EB;
}
.AnyTagClassName
{
color: #2888EB;
}
</style>
background-color css
<style>
a { background-color: #2888EB; }
a { background-color: rgb(40,136,235); }
div.DivClassName
{
background-color: #2888EB;
}
.BgClassName
{
background-color: #2888EB;
}
</style>
border-color css
<style>
span { border-color: #2888EB; }
span { border-color: rgb(40,136,235); }
td.TdClassName
{
border-color: #2888EB;
}
.TagClassName
{
border-color: #2888EB;
}
</style>