Shades of Dodger Blue #2888DB
Tints of Dodger Blue #2888DB
RGB
CMYK
RGB Variations
Color information
#2888DB (or 0x2888DB) is known color: Dodger Blue. HEX triplet: 28, 88 and DB. RGB value is (40,136,219). Sum of RGB (Red+Green+Blue) = 40+136+219=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #2888DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2888DB is #D77724. Grayscale: #747474. Windows color (decimal): -14120741 or 14387240. OLE color: 14387240.
HSL color Cylindrical-coordinate representation of color #2888DB: hue angle of 207.82º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2888DB is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 136 | 219 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.14 |
| HSL | 207.82º | 0.71% | 0.51% | - |
| HSV(B) | 207.82º | 0.82% | 0.86% | - |
| XYZ | 22.47 | 23.17 | 70.31 | - |
| YUV | 116.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 219 | 0.82 | 0.38 | 0 | 0.14 | 207.82 | 0.71 | 0.51 |
| Hex | 28 | 88 | DB | 52 | 26 | 0 | E | D0 | 47 | 33 |
| Octal | 50 | 210 | 333 | 122 | 46 | 0 | 16 | 320 | 107 | 63 |
| Binary | 101000 | 10001000 | 11011011 | 1010010 | 100110 | 0 | 1110 | 11010000 | 1000111 | 110011 |
Color Harmonies of #2888DB
Complementary color
Monochromatic Colors of #2888DB
Black with #2888DB
Text Example
Text Example
White with #2888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888DB; }
p { color: rgb(40,136,219); }
H1.HeaderClassName
{
color: #2888DB;
}
.AnyTagClassName
{
color: #2888DB;
}
</style>
background-color css
<style>
a { background-color: #2888DB; }
a { background-color: rgb(40,136,219); }
div.DivClassName
{
background-color: #2888DB;
}
.BgClassName
{
background-color: #2888DB;
}
</style>
border-color css
<style>
span { border-color: #2888DB; }
span { border-color: rgb(40,136,219); }
td.TdClassName
{
border-color: #2888DB;
}
.TagClassName
{
border-color: #2888DB;
}
</style>