Shades of Dodger Blue #2984F1
Tints of Dodger Blue #2984F1
RGB
CMYK
RGB Variations
Color information
#2984F1 (or 0x2984F1) is known color: Dodger Blue. HEX triplet: 29, 84 and F1. RGB value is (41,132,241). Sum of RGB (Red+Green+Blue) = 41+132+241=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #2984F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2984F1 is #D67B0E. Grayscale: #747474. Windows color (decimal): -14056207 or 15828009. OLE color: 15828009.
HSL color Cylindrical-coordinate representation of color #2984F1: hue angle of 212.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2984F1 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 132 | 241 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.05 |
| HSL | 212.7º | 0.88% | 0.55% | - |
| HSV(B) | 212.7º | 0.83% | 0.95% | - |
| XYZ | 25.04 | 23.32 | 86.4 | - |
| YUV | 117.22 | 197.85 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 132 | 241 | 0.83 | 0.45 | 0 | 0.05 | 212.7 | 0.88 | 0.55 |
| Hex | 29 | 84 | F1 | 53 | 2D | 0 | 5 | D5 | 58 | 37 |
| Octal | 51 | 204 | 361 | 123 | 55 | 0 | 5 | 325 | 130 | 67 |
| Binary | 101001 | 10000100 | 11110001 | 1010011 | 101101 | 0 | 101 | 11010101 | 1011000 | 110111 |
Color Harmonies of #2984F1
Complementary color
Monochromatic Colors of #2984F1
Black with #2984F1
Text Example
Text Example
White with #2984F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2984F1; }
p { color: rgb(41,132,241); }
H1.HeaderClassName
{
color: #2984F1;
}
.AnyTagClassName
{
color: #2984F1;
}
</style>
background-color css
<style>
a { background-color: #2984F1; }
a { background-color: rgb(41,132,241); }
div.DivClassName
{
background-color: #2984F1;
}
.BgClassName
{
background-color: #2984F1;
}
</style>
border-color css
<style>
span { border-color: #2984F1; }
span { border-color: rgb(41,132,241); }
td.TdClassName
{
border-color: #2984F1;
}
.TagClassName
{
border-color: #2984F1;
}
</style>