Shades of Dodger Blue #2996FF
Tints of Dodger Blue #2996FF
RGB
CMYK
RGB Variations
Color information
#2996FF (or 0x2996FF) is known color: Dodger Blue. HEX triplet: 29, 96 and FF. RGB value is (41,150,255). Sum of RGB (Red+Green+Blue) = 41+150+255=446 (59% of max value = 765). Red value is 41 (16.41% from 255 or 9.19% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #2996FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2996FF is #D66900. Grayscale: #808080. Windows color (decimal): -14051585 or 16750121. OLE color: 16750121.
HSL color Cylindrical-coordinate representation of color #2996FF: hue angle of 209.44º 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 #2996FF is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 150 | 255 | - |
| CMYK | 0.84 | 0.41 | 0 | 0 |
| HSL | 209.44º | 1% | 0.58% | - |
| HSV(B) | 209.44º | 0.84% | 1% | - |
| XYZ | 29.87 | 29.5 | 98.73 | - |
| YUV | 129.38 | 198.89 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 255 | 0.84 | 0.41 | 0 | 0 | 209.44 | 1 | 0.58 |
| Hex | 29 | 96 | FF | 54 | 29 | 0 | 0 | D1 | 64 | 3A |
| Octal | 51 | 226 | 377 | 124 | 51 | 0 | 0 | 321 | 144 | 72 |
| Binary | 101001 | 10010110 | 11111111 | 1010100 | 101001 | 0 | 0 | 11010001 | 1100100 | 111010 |
Color Harmonies of #2996FF
Complementary color
Monochromatic Colors of #2996FF
Black with #2996FF
Text Example
Text Example
White with #2996FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996FF; }
p { color: rgb(41,150,255); }
H1.HeaderClassName
{
color: #2996FF;
}
.AnyTagClassName
{
color: #2996FF;
}
</style>
background-color css
<style>
a { background-color: #2996FF; }
a { background-color: rgb(41,150,255); }
div.DivClassName
{
background-color: #2996FF;
}
.BgClassName
{
background-color: #2996FF;
}
</style>
border-color css
<style>
span { border-color: #2996FF; }
span { border-color: rgb(41,150,255); }
td.TdClassName
{
border-color: #2996FF;
}
.TagClassName
{
border-color: #2996FF;
}
</style>