Shades of Dodger Blue #2973FF
Tints of Dodger Blue #2973FF
RGB
CMYK
RGB Variations
Color information
#2973FF (or 0x2973FF) is known color: Dodger Blue. HEX triplet: 29, 73 and FF. RGB value is (41,115,255). Sum of RGB (Red+Green+Blue) = 41+115+255=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #2973FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973FF is #D68C00. Grayscale: #6C6C6C. Windows color (decimal): -14060545 or 16741161. OLE color: 16741161.
HSL color Cylindrical-coordinate representation of color #2973FF: hue angle of 219.25º 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 #2973FF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 115 | 255 | - |
| CMYK | 0.84 | 0.55 | 0 | 0 |
| HSL | 219.25º | 1% | 0.58% | - |
| HSV(B) | 219.25º | 0.84% | 1% | - |
| XYZ | 25.1 | 19.95 | 97.14 | - |
| YUV | 108.83 | 210.48 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 255 | 0.84 | 0.55 | 0 | 0 | 219.25 | 1 | 0.58 |
| Hex | 29 | 73 | FF | 54 | 37 | 0 | 0 | DB | 64 | 3A |
| Octal | 51 | 163 | 377 | 124 | 67 | 0 | 0 | 333 | 144 | 72 |
| Binary | 101001 | 1110011 | 11111111 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100100 | 111010 |
Color Harmonies of #2973FF
Complementary color
Monochromatic Colors of #2973FF
Black with #2973FF
Text Example
Text Example
White with #2973FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973FF; }
p { color: rgb(41,115,255); }
H1.HeaderClassName
{
color: #2973FF;
}
.AnyTagClassName
{
color: #2973FF;
}
</style>
background-color css
<style>
a { background-color: #2973FF; }
a { background-color: rgb(41,115,255); }
div.DivClassName
{
background-color: #2973FF;
}
.BgClassName
{
background-color: #2973FF;
}
</style>
border-color css
<style>
span { border-color: #2973FF; }
span { border-color: rgb(41,115,255); }
td.TdClassName
{
border-color: #2973FF;
}
.TagClassName
{
border-color: #2973FF;
}
</style>