Shades of Dodger Blue #2984FF
Tints of Dodger Blue #2984FF
RGB
CMYK
RGB Variations
Color information
#2984FF (or 0x2984FF) is known color: Dodger Blue. HEX triplet: 29, 84 and FF. RGB value is (41,132,255). Sum of RGB (Red+Green+Blue) = 41+132+255=428 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.58% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #2984FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2984FF is #D67B00. Grayscale: #767676. Windows color (decimal): -14056193 or 16745513. OLE color: 16745513.
HSL color Cylindrical-coordinate representation of color #2984FF: hue angle of 214.49º 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 #2984FF is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 132 | 255 | - |
| CMYK | 0.84 | 0.48 | 0 | 0 |
| HSL | 214.49º | 1% | 0.58% | - |
| HSV(B) | 214.49º | 0.84% | 1% | - |
| XYZ | 27.22 | 24.19 | 97.84 | - |
| YUV | 118.81 | 204.85 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 255 | 0.84 | 0.48 | 0 | 0 | 214.49 | 1 | 0.58 |
| Hex | 29 | 84 | FF | 54 | 30 | 0 | 0 | D6 | 64 | 3A |
| Octal | 51 | 204 | 377 | 124 | 60 | 0 | 0 | 326 | 144 | 72 |
| Binary | 101001 | 10000100 | 11111111 | 1010100 | 110000 | 0 | 0 | 11010110 | 1100100 | 111010 |
Color Harmonies of #2984FF
Complementary color
Monochromatic Colors of #2984FF
Black with #2984FF
Text Example
Text Example
White with #2984FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984FF; }
p { color: rgb(41,132,255); }
H1.HeaderClassName
{
color: #2984FF;
}
.AnyTagClassName
{
color: #2984FF;
}
</style>
background-color css
<style>
a { background-color: #2984FF; }
a { background-color: rgb(41,132,255); }
div.DivClassName
{
background-color: #2984FF;
}
.BgClassName
{
background-color: #2984FF;
}
</style>
border-color css
<style>
span { border-color: #2984FF; }
span { border-color: rgb(41,132,255); }
td.TdClassName
{
border-color: #2984FF;
}
.TagClassName
{
border-color: #2984FF;
}
</style>