Shades of Dodger Blue #2884FA
Tints of Dodger Blue #2884FA
RGB
CMYK
RGB Variations
Color information
#2884FA (or 0x2884FA) is known color: Dodger Blue. HEX triplet: 28, 84 and FA. RGB value is (40,132,250). Sum of RGB (Red+Green+Blue) = 40+132+250=422 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.48% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #2884FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2884FA is #D77B05. Grayscale: #757575. Windows color (decimal): -14121734 or 16417832. OLE color: 16417832.
HSL color Cylindrical-coordinate representation of color #2884FA: hue angle of 213.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2884FA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 132 | 250 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.02 |
| HSL | 213.71º | 0.95% | 0.57% | - |
| HSV(B) | 213.71º | 0.84% | 0.98% | - |
| XYZ | 26.38 | 23.86 | 93.66 | - |
| YUV | 117.94 | 202.52 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 250 | 0.84 | 0.47 | 0 | 0.02 | 213.71 | 0.95 | 0.57 |
| Hex | 28 | 84 | FA | 54 | 2F | 0 | 2 | D6 | 5F | 39 |
| Octal | 50 | 204 | 372 | 124 | 57 | 0 | 2 | 326 | 137 | 71 |
| Binary | 101000 | 10000100 | 11111010 | 1010100 | 101111 | 0 | 10 | 11010110 | 1011111 | 111001 |
Color Harmonies of #2884FA
Complementary color
Monochromatic Colors of #2884FA
Black with #2884FA
Text Example
Text Example
White with #2884FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2884FA; }
p { color: rgb(40,132,250); }
H1.HeaderClassName
{
color: #2884FA;
}
.AnyTagClassName
{
color: #2884FA;
}
</style>
background-color css
<style>
a { background-color: #2884FA; }
a { background-color: rgb(40,132,250); }
div.DivClassName
{
background-color: #2884FA;
}
.BgClassName
{
background-color: #2884FA;
}
</style>
border-color css
<style>
span { border-color: #2884FA; }
span { border-color: rgb(40,132,250); }
td.TdClassName
{
border-color: #2884FA;
}
.TagClassName
{
border-color: #2884FA;
}
</style>