Shades of Dodger Blue #2981DE
Tints of Dodger Blue #2981DE
RGB
CMYK
RGB Variations
Color information
#2981DE (or 0x2981DE) is known color: Dodger Blue. HEX triplet: 29, 81 and DE. RGB value is (41,129,222). Sum of RGB (Red+Green+Blue) = 41+129+222=392 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.46% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #2981DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2981DE is #D67E21. Grayscale: #707070. Windows color (decimal): -14056994 or 14582057. OLE color: 14582057.
HSL color Cylindrical-coordinate representation of color #2981DE: hue angle of 210.83º 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 #2981DE is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 129 | 222 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.13 |
| HSL | 210.83º | 0.73% | 0.52% | - |
| HSV(B) | 210.83º | 0.82% | 0.87% | - |
| XYZ | 21.95 | 21.45 | 72.09 | - |
| YUV | 113.29 | 189.35 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 222 | 0.82 | 0.42 | 0 | 0.13 | 210.83 | 0.73 | 0.52 |
| Hex | 29 | 81 | DE | 52 | 2A | 0 | D | D3 | 49 | 34 |
| Octal | 51 | 201 | 336 | 122 | 52 | 0 | 15 | 323 | 111 | 64 |
| Binary | 101001 | 10000001 | 11011110 | 1010010 | 101010 | 0 | 1101 | 11010011 | 1001001 | 110100 |
Color Harmonies of #2981DE
Complementary color
Monochromatic Colors of #2981DE
Black with #2981DE
Text Example
Text Example
White with #2981DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981DE; }
p { color: rgb(41,129,222); }
H1.HeaderClassName
{
color: #2981DE;
}
.AnyTagClassName
{
color: #2981DE;
}
</style>
background-color css
<style>
a { background-color: #2981DE; }
a { background-color: rgb(41,129,222); }
div.DivClassName
{
background-color: #2981DE;
}
.BgClassName
{
background-color: #2981DE;
}
</style>
border-color css
<style>
span { border-color: #2981DE; }
span { border-color: rgb(41,129,222); }
td.TdClassName
{
border-color: #2981DE;
}
.TagClassName
{
border-color: #2981DE;
}
</style>