Shades of Dodger Blue #2884FC
Tints of Dodger Blue #2884FC
RGB
CMYK
RGB Variations
Color information
#2884FC (or 0x2884FC) is known color: Dodger Blue. HEX triplet: 28, 84 and FC. RGB value is (40,132,252). Sum of RGB (Red+Green+Blue) = 40+132+252=424 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.43% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #2884FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2884FC is #D77B03. Grayscale: #757575. Windows color (decimal): -14121732 or 16548904. OLE color: 16548904.
HSL color Cylindrical-coordinate representation of color #2884FC: hue angle of 213.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2884FC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 132 | 252 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.01 |
| HSL | 213.96º | 0.97% | 0.57% | - |
| HSV(B) | 213.96º | 0.84% | 0.99% | - |
| XYZ | 26.7 | 23.98 | 95.32 | - |
| YUV | 118.17 | 203.52 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 252 | 0.84 | 0.48 | 0 | 0.01 | 213.96 | 0.97 | 0.57 |
| Hex | 28 | 84 | FC | 54 | 30 | 0 | 1 | D6 | 61 | 39 |
| Octal | 50 | 204 | 374 | 124 | 60 | 0 | 1 | 326 | 141 | 71 |
| Binary | 101000 | 10000100 | 11111100 | 1010100 | 110000 | 0 | 1 | 11010110 | 1100001 | 111001 |
Color Harmonies of #2884FC
Complementary color
Monochromatic Colors of #2884FC
Black with #2884FC
Text Example
Text Example
White with #2884FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884FC; }
p { color: rgb(40,132,252); }
H1.HeaderClassName
{
color: #2884FC;
}
.AnyTagClassName
{
color: #2884FC;
}
</style>
background-color css
<style>
a { background-color: #2884FC; }
a { background-color: rgb(40,132,252); }
div.DivClassName
{
background-color: #2884FC;
}
.BgClassName
{
background-color: #2884FC;
}
</style>
border-color css
<style>
span { border-color: #2884FC; }
span { border-color: rgb(40,132,252); }
td.TdClassName
{
border-color: #2884FC;
}
.TagClassName
{
border-color: #2884FC;
}
</style>