Shades of Dodger Blue #2888FF
Tints of Dodger Blue #2888FF
RGB
CMYK
RGB Variations
Color information
#2888FF (or 0x2888FF) is known color: Dodger Blue. HEX triplet: 28, 88 and FF. RGB value is (40,136,255). Sum of RGB (Red+Green+Blue) = 40+136+255=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #2888FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2888FF is #D77700. Grayscale: #787878. Windows color (decimal): -14120705 or 16746536. OLE color: 16746536.
HSL color Cylindrical-coordinate representation of color #2888FF: hue angle of 213.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2888FF is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 136 | 255 | - |
| CMYK | 0.84 | 0.47 | 0 | 0 |
| HSL | 213.21º | 1% | 0.58% | - |
| HSV(B) | 213.21º | 0.84% | 1% | - |
| XYZ | 27.73 | 25.28 | 98.03 | - |
| YUV | 120.86 | 203.7 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 255 | 0.84 | 0.47 | 0 | 0 | 213.21 | 1 | 0.58 |
| Hex | 28 | 88 | FF | 54 | 2F | 0 | 0 | D5 | 64 | 3A |
| Octal | 50 | 210 | 377 | 124 | 57 | 0 | 0 | 325 | 144 | 72 |
| Binary | 101000 | 10001000 | 11111111 | 1010100 | 101111 | 0 | 0 | 11010101 | 1100100 | 111010 |
Color Harmonies of #2888FF
Complementary color
Monochromatic Colors of #2888FF
Black with #2888FF
Text Example
Text Example
White with #2888FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888FF; }
p { color: rgb(40,136,255); }
H1.HeaderClassName
{
color: #2888FF;
}
.AnyTagClassName
{
color: #2888FF;
}
</style>
background-color css
<style>
a { background-color: #2888FF; }
a { background-color: rgb(40,136,255); }
div.DivClassName
{
background-color: #2888FF;
}
.BgClassName
{
background-color: #2888FF;
}
</style>
border-color css
<style>
span { border-color: #2888FF; }
span { border-color: rgb(40,136,255); }
td.TdClassName
{
border-color: #2888FF;
}
.TagClassName
{
border-color: #2888FF;
}
</style>