Shades of Dodger Blue #2880DE
Tints of Dodger Blue #2880DE
RGB
CMYK
RGB Variations
Color information
#2880DE (or 0x2880DE) is known color: Dodger Blue. HEX triplet: 28, 80 and DE. RGB value is (40,128,222). Sum of RGB (Red+Green+Blue) = 40+128+222=390 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.26% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #2880DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2880DE is #D77F21. Grayscale: #6F6F6F. Windows color (decimal): -14122786 or 14581800. OLE color: 14581800.
HSL color Cylindrical-coordinate representation of color #2880DE: hue angle of 210.99º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2880DE is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 128 | 222 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.13 |
| HSL | 210.99º | 0.73% | 0.51% | - |
| HSV(B) | 210.99º | 0.82% | 0.87% | - |
| XYZ | 21.78 | 21.16 | 72.04 | - |
| YUV | 112.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 222 | 0.82 | 0.42 | 0 | 0.13 | 210.99 | 0.73 | 0.51 |
| Hex | 28 | 80 | DE | 52 | 2A | 0 | D | D3 | 49 | 33 |
| Octal | 50 | 200 | 336 | 122 | 52 | 0 | 15 | 323 | 111 | 63 |
| Binary | 101000 | 10000000 | 11011110 | 1010010 | 101010 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #2880DE
Complementary color
Monochromatic Colors of #2880DE
Black with #2880DE
Text Example
Text Example
White with #2880DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880DE; }
p { color: rgb(40,128,222); }
H1.HeaderClassName
{
color: #2880DE;
}
.AnyTagClassName
{
color: #2880DE;
}
</style>
background-color css
<style>
a { background-color: #2880DE; }
a { background-color: rgb(40,128,222); }
div.DivClassName
{
background-color: #2880DE;
}
.BgClassName
{
background-color: #2880DE;
}
</style>
border-color css
<style>
span { border-color: #2880DE; }
span { border-color: rgb(40,128,222); }
td.TdClassName
{
border-color: #2880DE;
}
.TagClassName
{
border-color: #2880DE;
}
</style>