Shades of Dodger Blue #2984E7
Tints of Dodger Blue #2984E7
RGB
CMYK
RGB Variations
Color information
#2984E7 (or 0x2984E7) is known color: Dodger Blue. HEX triplet: 29, 84 and E7. RGB value is (41,132,231). Sum of RGB (Red+Green+Blue) = 41+132+231=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #2984E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2984E7 is #D67B18. Grayscale: #737373. Windows color (decimal): -14056217 or 15172649. OLE color: 15172649.
HSL color Cylindrical-coordinate representation of color #2984E7: hue angle of 211.26º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2984E7 is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 132 | 231 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.09 |
| HSL | 211.26º | 0.8% | 0.53% | - |
| HSV(B) | 211.26º | 0.82% | 0.91% | - |
| XYZ | 23.59 | 22.74 | 78.75 | - |
| YUV | 116.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 231 | 0.82 | 0.43 | 0 | 0.09 | 211.26 | 0.8 | 0.53 |
| Hex | 29 | 84 | E7 | 52 | 2B | 0 | 9 | D3 | 50 | 35 |
| Octal | 51 | 204 | 347 | 122 | 53 | 0 | 11 | 323 | 120 | 65 |
| Binary | 101001 | 10000100 | 11100111 | 1010010 | 101011 | 0 | 1001 | 11010011 | 1010000 | 110101 |
Color Harmonies of #2984E7
Complementary color
Monochromatic Colors of #2984E7
Black with #2984E7
Text Example
Text Example
White with #2984E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984E7; }
p { color: rgb(41,132,231); }
H1.HeaderClassName
{
color: #2984E7;
}
.AnyTagClassName
{
color: #2984E7;
}
</style>
background-color css
<style>
a { background-color: #2984E7; }
a { background-color: rgb(41,132,231); }
div.DivClassName
{
background-color: #2984E7;
}
.BgClassName
{
background-color: #2984E7;
}
</style>
border-color css
<style>
span { border-color: #2984E7; }
span { border-color: rgb(41,132,231); }
td.TdClassName
{
border-color: #2984E7;
}
.TagClassName
{
border-color: #2984E7;
}
</style>