Shades of Dodger Blue #2888FE
Tints of Dodger Blue #2888FE
RGB
CMYK
RGB Variations
Color information
#2888FE (or 0x2888FE) is known color: Dodger Blue. HEX triplet: 28, 88 and FE. RGB value is (40,136,254). Sum of RGB (Red+Green+Blue) = 40+136+254=430 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.30% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #2888FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2888FE is #D77701. Grayscale: #787878. Windows color (decimal): -14120706 or 16681000. OLE color: 16681000.
HSL color Cylindrical-coordinate representation of color #2888FE: hue angle of 213.08º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2888FE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 136 | 254 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.00 |
| HSL | 213.08º | 0.99% | 0.58% | - |
| HSV(B) | 213.08º | 0.84% | 1% | - |
| XYZ | 27.57 | 25.22 | 97.18 | - |
| YUV | 120.75 | 203.2 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 254 | 0.84 | 0.46 | 0 | 0.00 | 213.08 | 0.99 | 0.58 |
| Hex | 28 | 88 | FE | 54 | 2E | 0 | 0 | D5 | 63 | 3A |
| Octal | 50 | 210 | 376 | 124 | 56 | 0 | 0 | 325 | 143 | 72 |
| Binary | 101000 | 10001000 | 11111110 | 1010100 | 101110 | 0 | 0 | 11010101 | 1100011 | 111010 |
Color Harmonies of #2888FE
Complementary color
Monochromatic Colors of #2888FE
Black with #2888FE
Text Example
Text Example
White with #2888FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888FE; }
p { color: rgb(40,136,254); }
H1.HeaderClassName
{
color: #2888FE;
}
.AnyTagClassName
{
color: #2888FE;
}
</style>
background-color css
<style>
a { background-color: #2888FE; }
a { background-color: rgb(40,136,254); }
div.DivClassName
{
background-color: #2888FE;
}
.BgClassName
{
background-color: #2888FE;
}
</style>
border-color css
<style>
span { border-color: #2888FE; }
span { border-color: rgb(40,136,254); }
td.TdClassName
{
border-color: #2888FE;
}
.TagClassName
{
border-color: #2888FE;
}
</style>