Shades of Dodger Blue #2971FA
Tints of Dodger Blue #2971FA
RGB
CMYK
RGB Variations
Color information
#2971FA (or 0x2971FA) is known color: Dodger Blue. HEX triplet: 29, 71 and FA. RGB value is (41,113,250). Sum of RGB (Red+Green+Blue) = 41+113+250=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #2971FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971FA is #D68E05. Grayscale: #6A6A6A. Windows color (decimal): -14061062 or 16412969. OLE color: 16412969.
HSL color Cylindrical-coordinate representation of color #2971FA: hue angle of 219.33º 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 #2971FA is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 113 | 250 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.02 |
| HSL | 219.33º | 0.95% | 0.57% | - |
| HSV(B) | 219.33º | 0.84% | 0.98% | - |
| XYZ | 24.07 | 19.18 | 92.88 | - |
| YUV | 107.09 | 208.65 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 250 | 0.84 | 0.55 | 0 | 0.02 | 219.33 | 0.95 | 0.57 |
| Hex | 29 | 71 | FA | 54 | 37 | 0 | 2 | DB | 5F | 39 |
| Octal | 51 | 161 | 372 | 124 | 67 | 0 | 2 | 333 | 137 | 71 |
| Binary | 101001 | 1110001 | 11111010 | 1010100 | 110111 | 0 | 10 | 11011011 | 1011111 | 111001 |
Color Harmonies of #2971FA
Complementary color
Monochromatic Colors of #2971FA
Black with #2971FA
Text Example
Text Example
White with #2971FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2971FA; }
p { color: rgb(41,113,250); }
H1.HeaderClassName
{
color: #2971FA;
}
.AnyTagClassName
{
color: #2971FA;
}
</style>
background-color css
<style>
a { background-color: #2971FA; }
a { background-color: rgb(41,113,250); }
div.DivClassName
{
background-color: #2971FA;
}
.BgClassName
{
background-color: #2971FA;
}
</style>
border-color css
<style>
span { border-color: #2971FA; }
span { border-color: rgb(41,113,250); }
td.TdClassName
{
border-color: #2971FA;
}
.TagClassName
{
border-color: #2971FA;
}
</style>