Shades of Dodger Blue #2971FD
Tints of Dodger Blue #2971FD
RGB
CMYK
RGB Variations
Color information
#2971FD (or 0x2971FD) is known color: Dodger Blue. HEX triplet: 29, 71 and FD. RGB value is (41,113,253). Sum of RGB (Red+Green+Blue) = 41+113+253=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #2971FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971FD is #D68E02. Grayscale: #6A6A6A. Windows color (decimal): -14061059 or 16609577. OLE color: 16609577.
HSL color Cylindrical-coordinate representation of color #2971FD: hue angle of 219.62º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2971FD is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 113 | 253 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.01 |
| HSL | 219.62º | 0.98% | 0.58% | - |
| HSV(B) | 219.62º | 0.84% | 0.99% | - |
| XYZ | 24.55 | 19.37 | 95.37 | - |
| YUV | 107.43 | 210.15 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 253 | 0.84 | 0.55 | 0 | 0.01 | 219.62 | 0.98 | 0.58 |
| Hex | 29 | 71 | FD | 54 | 37 | 0 | 1 | DC | 62 | 3A |
| Octal | 51 | 161 | 375 | 124 | 67 | 0 | 1 | 334 | 142 | 72 |
| Binary | 101001 | 1110001 | 11111101 | 1010100 | 110111 | 0 | 1 | 11011100 | 1100010 | 111010 |
Color Harmonies of #2971FD
Complementary color
Monochromatic Colors of #2971FD
Black with #2971FD
Text Example
Text Example
White with #2971FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2971FD; }
p { color: rgb(41,113,253); }
H1.HeaderClassName
{
color: #2971FD;
}
.AnyTagClassName
{
color: #2971FD;
}
</style>
background-color css
<style>
a { background-color: #2971FD; }
a { background-color: rgb(41,113,253); }
div.DivClassName
{
background-color: #2971FD;
}
.BgClassName
{
background-color: #2971FD;
}
</style>
border-color css
<style>
span { border-color: #2971FD; }
span { border-color: rgb(41,113,253); }
td.TdClassName
{
border-color: #2971FD;
}
.TagClassName
{
border-color: #2971FD;
}
</style>