Shades of Dodger Blue #2880FF
Tints of Dodger Blue #2880FF
RGB
CMYK
RGB Variations
Color information
#2880FF (or 0x2880FF) is known color: Dodger Blue. HEX triplet: 28, 80 and FF. RGB value is (40,128,255). Sum of RGB (Red+Green+Blue) = 40+128+255=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #2880FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2880FF is #D77F00. Grayscale: #737373. Windows color (decimal): -14122753 or 16744488. OLE color: 16744488.
HSL color Cylindrical-coordinate representation of color #2880FF: hue angle of 215.44º 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 #2880FF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 128 | 255 | - |
| CMYK | 0.84 | 0.50 | 0 | 0 |
| HSL | 215.44º | 1% | 0.58% | - |
| HSV(B) | 215.44º | 0.84% | 1% | - |
| XYZ | 26.64 | 23.11 | 97.66 | - |
| YUV | 116.17 | 206.35 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 255 | 0.84 | 0.50 | 0 | 0 | 215.44 | 1 | 0.58 |
| Hex | 28 | 80 | FF | 54 | 32 | 0 | 0 | D7 | 64 | 3A |
| Octal | 50 | 200 | 377 | 124 | 62 | 0 | 0 | 327 | 144 | 72 |
| Binary | 101000 | 10000000 | 11111111 | 1010100 | 110010 | 0 | 0 | 11010111 | 1100100 | 111010 |
Color Harmonies of #2880FF
Complementary color
Monochromatic Colors of #2880FF
Black with #2880FF
Text Example
Text Example
White with #2880FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880FF; }
p { color: rgb(40,128,255); }
H1.HeaderClassName
{
color: #2880FF;
}
.AnyTagClassName
{
color: #2880FF;
}
</style>
background-color css
<style>
a { background-color: #2880FF; }
a { background-color: rgb(40,128,255); }
div.DivClassName
{
background-color: #2880FF;
}
.BgClassName
{
background-color: #2880FF;
}
</style>
border-color css
<style>
span { border-color: #2880FF; }
span { border-color: rgb(40,128,255); }
td.TdClassName
{
border-color: #2880FF;
}
.TagClassName
{
border-color: #2880FF;
}
</style>