Shades of Dodger Blue #2991FF
Tints of Dodger Blue #2991FF
RGB
CMYK
RGB Variations
Color information
#2991FF (or 0x2991FF) is known color: Dodger Blue. HEX triplet: 29, 91 and FF. RGB value is (41,145,255). Sum of RGB (Red+Green+Blue) = 41+145+255=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #2991FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2991FF is #D66E00. Grayscale: #7D7D7D. Windows color (decimal): -14052865 or 16748841. OLE color: 16748841.
HSL color Cylindrical-coordinate representation of color #2991FF: hue angle of 210.84º 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 #2991FF is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 145 | 255 | - |
| CMYK | 0.84 | 0.43 | 0 | 0 |
| HSL | 210.84º | 1% | 0.58% | - |
| HSV(B) | 210.84º | 0.84% | 1% | - |
| XYZ | 29.09 | 27.94 | 98.47 | - |
| YUV | 126.44 | 200.54 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 255 | 0.84 | 0.43 | 0 | 0 | 210.84 | 1 | 0.58 |
| Hex | 29 | 91 | FF | 54 | 2B | 0 | 0 | D3 | 64 | 3A |
| Octal | 51 | 221 | 377 | 124 | 53 | 0 | 0 | 323 | 144 | 72 |
| Binary | 101001 | 10010001 | 11111111 | 1010100 | 101011 | 0 | 0 | 11010011 | 1100100 | 111010 |
Color Harmonies of #2991FF
Complementary color
Monochromatic Colors of #2991FF
Black with #2991FF
Text Example
Text Example
White with #2991FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2991FF; }
p { color: rgb(41,145,255); }
H1.HeaderClassName
{
color: #2991FF;
}
.AnyTagClassName
{
color: #2991FF;
}
</style>
background-color css
<style>
a { background-color: #2991FF; }
a { background-color: rgb(41,145,255); }
div.DivClassName
{
background-color: #2991FF;
}
.BgClassName
{
background-color: #2991FF;
}
</style>
border-color css
<style>
span { border-color: #2991FF; }
span { border-color: rgb(41,145,255); }
td.TdClassName
{
border-color: #2991FF;
}
.TagClassName
{
border-color: #2991FF;
}
</style>