Shades of Dodger Blue #2888F4
Tints of Dodger Blue #2888F4
RGB
CMYK
RGB Variations
Color information
#2888F4 (or 0x2888F4) is known color: Dodger Blue. HEX triplet: 28, 88 and F4. RGB value is (40,136,244). Sum of RGB (Red+Green+Blue) = 40+136+244=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 244 (95.70% from 255 or 58.10% from 420); Max value from RGB is 244 - color contains mainly: blue. Hex color #2888F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2888F4 is #D7770B. Grayscale: #777777. Windows color (decimal): -14120716 or 16025640. OLE color: 16025640.
HSL color Cylindrical-coordinate representation of color #2888F4: hue angle of 211.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2888F4 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 136 | 244 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.04 |
| HSL | 211.76º | 0.9% | 0.56% | - |
| HSV(B) | 211.76º | 0.84% | 0.96% | - |
| XYZ | 26.01 | 24.59 | 88.96 | - |
| YUV | 119.61 | 198.2 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 244 | 0.84 | 0.44 | 0 | 0.04 | 211.76 | 0.9 | 0.56 |
| Hex | 28 | 88 | F4 | 54 | 2C | 0 | 4 | D4 | 5A | 38 |
| Octal | 50 | 210 | 364 | 124 | 54 | 0 | 4 | 324 | 132 | 70 |
| Binary | 101000 | 10001000 | 11110100 | 1010100 | 101100 | 0 | 100 | 11010100 | 1011010 | 111000 |
Color Harmonies of #2888F4
Complementary color
Monochromatic Colors of #2888F4
Black with #2888F4
Text Example
Text Example
White with #2888F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888F4; }
p { color: rgb(40,136,244); }
H1.HeaderClassName
{
color: #2888F4;
}
.AnyTagClassName
{
color: #2888F4;
}
</style>
background-color css
<style>
a { background-color: #2888F4; }
a { background-color: rgb(40,136,244); }
div.DivClassName
{
background-color: #2888F4;
}
.BgClassName
{
background-color: #2888F4;
}
</style>
border-color css
<style>
span { border-color: #2888F4; }
span { border-color: rgb(40,136,244); }
td.TdClassName
{
border-color: #2888F4;
}
.TagClassName
{
border-color: #2888F4;
}
</style>