Shades of Dodger Blue #2996FA
Tints of Dodger Blue #2996FA
RGB
CMYK
RGB Variations
Color information
#2996FA (or 0x2996FA) is known color: Dodger Blue. HEX triplet: 29, 96 and FA. RGB value is (41,150,250). Sum of RGB (Red+Green+Blue) = 41+150+250=441 (58% of max value = 765). Red value is 41 (16.41% from 255 or 9.30% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #2996FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2996FA is #D66905. Grayscale: #808080. Windows color (decimal): -14051590 or 16422441. OLE color: 16422441.
HSL color Cylindrical-coordinate representation of color #2996FA: hue angle of 208.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2996FA is Cyan = 0.84, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 150 | 250 | - |
| CMYK | 0.84 | 0.4 | 0 | 0.02 |
| HSL | 208.71º | 0.95% | 0.57% | - |
| HSV(B) | 208.71º | 0.84% | 0.98% | - |
| XYZ | 29.08 | 29.19 | 94.54 | - |
| YUV | 128.81 | 196.39 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 250 | 0.84 | 0.4 | 0 | 0.02 | 208.71 | 0.95 | 0.57 |
| Hex | 29 | 96 | FA | 54 | 28 | 0 | 2 | D1 | 5F | 39 |
| Octal | 51 | 226 | 372 | 124 | 50 | 0 | 2 | 321 | 137 | 71 |
| Binary | 101001 | 10010110 | 11111010 | 1010100 | 101000 | 0 | 10 | 11010001 | 1011111 | 111001 |
Color Harmonies of #2996FA
Complementary color
Monochromatic Colors of #2996FA
Black with #2996FA
Text Example
Text Example
White with #2996FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996FA; }
p { color: rgb(41,150,250); }
H1.HeaderClassName
{
color: #2996FA;
}
.AnyTagClassName
{
color: #2996FA;
}
</style>
background-color css
<style>
a { background-color: #2996FA; }
a { background-color: rgb(41,150,250); }
div.DivClassName
{
background-color: #2996FA;
}
.BgClassName
{
background-color: #2996FA;
}
</style>
border-color css
<style>
span { border-color: #2996FA; }
span { border-color: rgb(41,150,250); }
td.TdClassName
{
border-color: #2996FA;
}
.TagClassName
{
border-color: #2996FA;
}
</style>