Shades of Dodger Blue #2972FF
Tints of Dodger Blue #2972FF
RGB
CMYK
RGB Variations
Color information
#2972FF (or 0x2972FF) is known color: Dodger Blue. HEX triplet: 29, 72 and FF. RGB value is (41,114,255). Sum of RGB (Red+Green+Blue) = 41+114+255=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #2972FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972FF is #D68D00. Grayscale: #6B6B6B. Windows color (decimal): -14060801 or 16740905. OLE color: 16740905.
HSL color Cylindrical-coordinate representation of color #2972FF: hue angle of 219.53º 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 #2972FF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 114 | 255 | - |
| CMYK | 0.84 | 0.55 | 0 | 0 |
| HSL | 219.53º | 1% | 0.58% | - |
| HSV(B) | 219.53º | 0.84% | 1% | - |
| XYZ | 24.98 | 19.73 | 97.1 | - |
| YUV | 108.25 | 210.82 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 255 | 0.84 | 0.55 | 0 | 0 | 219.53 | 1 | 0.58 |
| Hex | 29 | 72 | FF | 54 | 37 | 0 | 0 | DC | 64 | 3A |
| Octal | 51 | 162 | 377 | 124 | 67 | 0 | 0 | 334 | 144 | 72 |
| Binary | 101001 | 1110010 | 11111111 | 1010100 | 110111 | 0 | 0 | 11011100 | 1100100 | 111010 |
Color Harmonies of #2972FF
Complementary color
Monochromatic Colors of #2972FF
Black with #2972FF
Text Example
Text Example
White with #2972FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972FF; }
p { color: rgb(41,114,255); }
H1.HeaderClassName
{
color: #2972FF;
}
.AnyTagClassName
{
color: #2972FF;
}
</style>
background-color css
<style>
a { background-color: #2972FF; }
a { background-color: rgb(41,114,255); }
div.DivClassName
{
background-color: #2972FF;
}
.BgClassName
{
background-color: #2972FF;
}
</style>
border-color css
<style>
span { border-color: #2972FF; }
span { border-color: rgb(41,114,255); }
td.TdClassName
{
border-color: #2972FF;
}
.TagClassName
{
border-color: #2972FF;
}
</style>