Shades of Dodger Blue #2884FF
Tints of Dodger Blue #2884FF
RGB
CMYK
RGB Variations
Color information
#2884FF (or 0x2884FF) is known color: Dodger Blue. HEX triplet: 28, 84 and FF. RGB value is (40,132,255). Sum of RGB (Red+Green+Blue) = 40+132+255=427 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.37% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #2884FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2884FF is #D77B00. Grayscale: #757575. Windows color (decimal): -14121729 or 16745512. OLE color: 16745512.
HSL color Cylindrical-coordinate representation of color #2884FF: hue angle of 214.33º 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 #2884FF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 132 | 255 | - |
| CMYK | 0.84 | 0.48 | 0 | 0 |
| HSL | 214.33º | 1% | 0.58% | - |
| HSV(B) | 214.33º | 0.84% | 1% | - |
| XYZ | 27.18 | 24.17 | 97.84 | - |
| YUV | 118.51 | 205.02 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 255 | 0.84 | 0.48 | 0 | 0 | 214.33 | 1 | 0.58 |
| Hex | 28 | 84 | FF | 54 | 30 | 0 | 0 | D6 | 64 | 3A |
| Octal | 50 | 204 | 377 | 124 | 60 | 0 | 0 | 326 | 144 | 72 |
| Binary | 101000 | 10000100 | 11111111 | 1010100 | 110000 | 0 | 0 | 11010110 | 1100100 | 111010 |
Color Harmonies of #2884FF
Complementary color
Monochromatic Colors of #2884FF
Black with #2884FF
Text Example
Text Example
White with #2884FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884FF; }
p { color: rgb(40,132,255); }
H1.HeaderClassName
{
color: #2884FF;
}
.AnyTagClassName
{
color: #2884FF;
}
</style>
background-color css
<style>
a { background-color: #2884FF; }
a { background-color: rgb(40,132,255); }
div.DivClassName
{
background-color: #2884FF;
}
.BgClassName
{
background-color: #2884FF;
}
</style>
border-color css
<style>
span { border-color: #2884FF; }
span { border-color: rgb(40,132,255); }
td.TdClassName
{
border-color: #2884FF;
}
.TagClassName
{
border-color: #2884FF;
}
</style>