Shades of Dodger Blue #2972FD
Tints of Dodger Blue #2972FD
RGB
CMYK
RGB Variations
Color information
#2972FD (or 0x2972FD) is known color: Dodger Blue. HEX triplet: 29, 72 and FD. RGB value is (41,114,253). Sum of RGB (Red+Green+Blue) = 41+114+253=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #2972FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2972FD is #D68D02. Grayscale: #6B6B6B. Windows color (decimal): -14060803 or 16609833. OLE color: 16609833.
HSL color Cylindrical-coordinate representation of color #2972FD: hue angle of 219.34º 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 #2972FD is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 114 | 253 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.01 |
| HSL | 219.34º | 0.98% | 0.58% | - |
| HSV(B) | 219.34º | 0.84% | 0.99% | - |
| XYZ | 24.66 | 19.6 | 95.41 | - |
| YUV | 108.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 253 | 0.84 | 0.55 | 0 | 0.01 | 219.34 | 0.98 | 0.58 |
| Hex | 29 | 72 | FD | 54 | 37 | 0 | 1 | DB | 62 | 3A |
| Octal | 51 | 162 | 375 | 124 | 67 | 0 | 1 | 333 | 142 | 72 |
| Binary | 101001 | 1110010 | 11111101 | 1010100 | 110111 | 0 | 1 | 11011011 | 1100010 | 111010 |
Color Harmonies of #2972FD
Complementary color
Monochromatic Colors of #2972FD
Black with #2972FD
Text Example
Text Example
White with #2972FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972FD; }
p { color: rgb(41,114,253); }
H1.HeaderClassName
{
color: #2972FD;
}
.AnyTagClassName
{
color: #2972FD;
}
</style>
background-color css
<style>
a { background-color: #2972FD; }
a { background-color: rgb(41,114,253); }
div.DivClassName
{
background-color: #2972FD;
}
.BgClassName
{
background-color: #2972FD;
}
</style>
border-color css
<style>
span { border-color: #2972FD; }
span { border-color: rgb(41,114,253); }
td.TdClassName
{
border-color: #2972FD;
}
.TagClassName
{
border-color: #2972FD;
}
</style>