Shades of Dodger Blue #2984DD
Tints of Dodger Blue #2984DD
RGB
CMYK
RGB Variations
Color information
#2984DD (or 0x2984DD) is known color: Dodger Blue. HEX triplet: 29, 84 and DD. RGB value is (41,132,221). Sum of RGB (Red+Green+Blue) = 41+132+221=394 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.41% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #2984DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2984DD is #D67B22. Grayscale: #727272. Windows color (decimal): -14056227 or 14517289. OLE color: 14517289.
HSL color Cylindrical-coordinate representation of color #2984DD: hue angle of 209.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2984DD is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 132 | 221 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.13 |
| HSL | 209.67º | 0.73% | 0.51% | - |
| HSV(B) | 209.67º | 0.81% | 0.87% | - |
| XYZ | 22.22 | 22.19 | 71.52 | - |
| YUV | 114.94 | 187.85 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 221 | 0.81 | 0.40 | 0 | 0.13 | 209.67 | 0.73 | 0.51 |
| Hex | 29 | 84 | DD | 51 | 28 | 0 | D | D2 | 49 | 33 |
| Octal | 51 | 204 | 335 | 121 | 50 | 0 | 15 | 322 | 111 | 63 |
| Binary | 101001 | 10000100 | 11011101 | 1010001 | 101000 | 0 | 1101 | 11010010 | 1001001 | 110011 |
Color Harmonies of #2984DD
Complementary color
Monochromatic Colors of #2984DD
Black with #2984DD
Text Example
Text Example
White with #2984DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984DD; }
p { color: rgb(41,132,221); }
H1.HeaderClassName
{
color: #2984DD;
}
.AnyTagClassName
{
color: #2984DD;
}
</style>
background-color css
<style>
a { background-color: #2984DD; }
a { background-color: rgb(41,132,221); }
div.DivClassName
{
background-color: #2984DD;
}
.BgClassName
{
background-color: #2984DD;
}
</style>
border-color css
<style>
span { border-color: #2984DD; }
span { border-color: rgb(41,132,221); }
td.TdClassName
{
border-color: #2984DD;
}
.TagClassName
{
border-color: #2984DD;
}
</style>