Shades of Dodger Blue #2980FF
Tints of Dodger Blue #2980FF
RGB
CMYK
RGB Variations
Color information
#2980FF (or 0x2980FF) is known color: Dodger Blue. HEX triplet: 29, 80 and FF. RGB value is (41,128,255). Sum of RGB (Red+Green+Blue) = 41+128+255=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #2980FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2980FF is #D67F00. Grayscale: #737373. Windows color (decimal): -14057217 or 16744489. OLE color: 16744489.
HSL color Cylindrical-coordinate representation of color #2980FF: hue angle of 215.61º 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 #2980FF is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 128 | 255 | - |
| CMYK | 0.84 | 0.50 | 0 | 0 |
| HSL | 215.61º | 1% | 0.58% | - |
| HSV(B) | 215.61º | 0.84% | 1% | - |
| XYZ | 26.68 | 23.13 | 97.67 | - |
| YUV | 116.47 | 206.18 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 128 | 255 | 0.84 | 0.50 | 0 | 0 | 215.61 | 1 | 0.58 |
| Hex | 29 | 80 | FF | 54 | 32 | 0 | 0 | D8 | 64 | 3A |
| Octal | 51 | 200 | 377 | 124 | 62 | 0 | 0 | 330 | 144 | 72 |
| Binary | 101001 | 10000000 | 11111111 | 1010100 | 110010 | 0 | 0 | 11011000 | 1100100 | 111010 |
Color Harmonies of #2980FF
Complementary color
Monochromatic Colors of #2980FF
Black with #2980FF
Text Example
Text Example
White with #2980FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2980FF; }
p { color: rgb(41,128,255); }
H1.HeaderClassName
{
color: #2980FF;
}
.AnyTagClassName
{
color: #2980FF;
}
</style>
background-color css
<style>
a { background-color: #2980FF; }
a { background-color: rgb(41,128,255); }
div.DivClassName
{
background-color: #2980FF;
}
.BgClassName
{
background-color: #2980FF;
}
</style>
border-color css
<style>
span { border-color: #2980FF; }
span { border-color: rgb(41,128,255); }
td.TdClassName
{
border-color: #2980FF;
}
.TagClassName
{
border-color: #2980FF;
}
</style>