Shades of Dodger Blue #2880DF
Tints of Dodger Blue #2880DF
RGB
CMYK
RGB Variations
Color information
#2880DF (or 0x2880DF) is known color: Dodger Blue. HEX triplet: 28, 80 and DF. RGB value is (40,128,223). Sum of RGB (Red+Green+Blue) = 40+128+223=391 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.23% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #2880DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2880DF is #D77F20. Grayscale: #707070. Windows color (decimal): -14122785 or 14647336. OLE color: 14647336.
HSL color Cylindrical-coordinate representation of color #2880DF: hue angle of 211.15º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2880DF is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 128 | 223 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 211.15º | 0.74% | 0.52% | - |
| HSV(B) | 211.15º | 0.82% | 0.87% | - |
| XYZ | 21.91 | 21.22 | 72.75 | - |
| YUV | 112.52 | 190.35 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 223 | 0.82 | 0.43 | 0 | 0.13 | 211.15 | 0.74 | 0.52 |
| Hex | 28 | 80 | DF | 52 | 2B | 0 | D | D3 | 4A | 34 |
| Octal | 50 | 200 | 337 | 122 | 53 | 0 | 15 | 323 | 112 | 64 |
| Binary | 101000 | 10000000 | 11011111 | 1010010 | 101011 | 0 | 1101 | 11010011 | 1001010 | 110100 |
Color Harmonies of #2880DF
Complementary color
Monochromatic Colors of #2880DF
Black with #2880DF
Text Example
Text Example
White with #2880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880DF; }
p { color: rgb(40,128,223); }
H1.HeaderClassName
{
color: #2880DF;
}
.AnyTagClassName
{
color: #2880DF;
}
</style>
background-color css
<style>
a { background-color: #2880DF; }
a { background-color: rgb(40,128,223); }
div.DivClassName
{
background-color: #2880DF;
}
.BgClassName
{
background-color: #2880DF;
}
</style>
border-color css
<style>
span { border-color: #2880DF; }
span { border-color: rgb(40,128,223); }
td.TdClassName
{
border-color: #2880DF;
}
.TagClassName
{
border-color: #2880DF;
}
</style>