Shades of Dodger Blue #2982DE
Tints of Dodger Blue #2982DE
RGB
CMYK
RGB Variations
Color information
#2982DE (or 0x2982DE) is known color: Dodger Blue. HEX triplet: 29, 82 and DE. RGB value is (41,130,222). Sum of RGB (Red+Green+Blue) = 41+130+222=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #2982DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2982DE is #D67D21. Grayscale: #717171. Windows color (decimal): -14056738 or 14582313. OLE color: 14582313.
HSL color Cylindrical-coordinate representation of color #2982DE: hue angle of 210.5º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2982DE is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 130 | 222 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.13 |
| HSL | 210.5º | 0.73% | 0.52% | - |
| HSV(B) | 210.5º | 0.82% | 0.87% | - |
| XYZ | 22.08 | 21.71 | 72.13 | - |
| YUV | 113.88 | 189.01 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 130 | 222 | 0.82 | 0.41 | 0 | 0.13 | 210.5 | 0.73 | 0.52 |
| Hex | 29 | 82 | DE | 52 | 29 | 0 | D | D2 | 49 | 34 |
| Octal | 51 | 202 | 336 | 122 | 51 | 0 | 15 | 322 | 111 | 64 |
| Binary | 101001 | 10000010 | 11011110 | 1010010 | 101001 | 0 | 1101 | 11010010 | 1001001 | 110100 |
Color Harmonies of #2982DE
Complementary color
Monochromatic Colors of #2982DE
Black with #2982DE
Text Example
Text Example
White with #2982DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2982DE; }
p { color: rgb(41,130,222); }
H1.HeaderClassName
{
color: #2982DE;
}
.AnyTagClassName
{
color: #2982DE;
}
</style>
background-color css
<style>
a { background-color: #2982DE; }
a { background-color: rgb(41,130,222); }
div.DivClassName
{
background-color: #2982DE;
}
.BgClassName
{
background-color: #2982DE;
}
</style>
border-color css
<style>
span { border-color: #2982DE; }
span { border-color: rgb(41,130,222); }
td.TdClassName
{
border-color: #2982DE;
}
.TagClassName
{
border-color: #2982DE;
}
</style>