Shades of Dodger Blue #2981FF
Tints of Dodger Blue #2981FF
RGB
CMYK
RGB Variations
Color information
#2981FF (or 0x2981FF) is known color: Dodger Blue. HEX triplet: 29, 81 and FF. RGB value is (41,129,255). Sum of RGB (Red+Green+Blue) = 41+129+255=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #2981FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2981FF is #D67E00. Grayscale: #747474. Windows color (decimal): -14056961 or 16744745. OLE color: 16744745.
HSL color Cylindrical-coordinate representation of color #2981FF: hue angle of 215.33º 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 #2981FF is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 129 | 255 | - |
| CMYK | 0.84 | 0.49 | 0 | 0 |
| HSL | 215.33º | 1% | 0.58% | - |
| HSV(B) | 215.33º | 0.84% | 1% | - |
| XYZ | 26.81 | 23.39 | 97.71 | - |
| YUV | 117.05 | 205.85 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 129 | 255 | 0.84 | 0.49 | 0 | 0 | 215.33 | 1 | 0.58 |
| Hex | 29 | 81 | FF | 54 | 31 | 0 | 0 | D7 | 64 | 3A |
| Octal | 51 | 201 | 377 | 124 | 61 | 0 | 0 | 327 | 144 | 72 |
| Binary | 101001 | 10000001 | 11111111 | 1010100 | 110001 | 0 | 0 | 11010111 | 1100100 | 111010 |
Color Harmonies of #2981FF
Complementary color
Monochromatic Colors of #2981FF
Black with #2981FF
Text Example
Text Example
White with #2981FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2981FF; }
p { color: rgb(41,129,255); }
H1.HeaderClassName
{
color: #2981FF;
}
.AnyTagClassName
{
color: #2981FF;
}
</style>
background-color css
<style>
a { background-color: #2981FF; }
a { background-color: rgb(41,129,255); }
div.DivClassName
{
background-color: #2981FF;
}
.BgClassName
{
background-color: #2981FF;
}
</style>
border-color css
<style>
span { border-color: #2981FF; }
span { border-color: rgb(41,129,255); }
td.TdClassName
{
border-color: #2981FF;
}
.TagClassName
{
border-color: #2981FF;
}
</style>