Shades of Dodger Blue #2973FE
Tints of Dodger Blue #2973FE
RGB
CMYK
RGB Variations
Color information
#2973FE (or 0x2973FE) is known color: Dodger Blue. HEX triplet: 29, 73 and FE. RGB value is (41,115,254). Sum of RGB (Red+Green+Blue) = 41+115+254=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #2973FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973FE is #D68C01. Grayscale: #6C6C6C. Windows color (decimal): -14060546 or 16675625. OLE color: 16675625.
HSL color Cylindrical-coordinate representation of color #2973FE: hue angle of 219.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2973FE is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 115 | 254 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.00 |
| HSL | 219.15º | 0.99% | 0.58% | - |
| HSV(B) | 219.15º | 0.84% | 1% | - |
| XYZ | 24.93 | 19.89 | 96.29 | - |
| YUV | 108.72 | 209.98 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 254 | 0.84 | 0.55 | 0 | 0.00 | 219.15 | 0.99 | 0.58 |
| Hex | 29 | 73 | FE | 54 | 37 | 0 | 0 | DB | 63 | 3A |
| Octal | 51 | 163 | 376 | 124 | 67 | 0 | 0 | 333 | 143 | 72 |
| Binary | 101001 | 1110011 | 11111110 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100011 | 111010 |
Color Harmonies of #2973FE
Complementary color
Monochromatic Colors of #2973FE
Black with #2973FE
Text Example
Text Example
White with #2973FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973FE; }
p { color: rgb(41,115,254); }
H1.HeaderClassName
{
color: #2973FE;
}
.AnyTagClassName
{
color: #2973FE;
}
</style>
background-color css
<style>
a { background-color: #2973FE; }
a { background-color: rgb(41,115,254); }
div.DivClassName
{
background-color: #2973FE;
}
.BgClassName
{
background-color: #2973FE;
}
</style>
border-color css
<style>
span { border-color: #2973FE; }
span { border-color: rgb(41,115,254); }
td.TdClassName
{
border-color: #2973FE;
}
.TagClassName
{
border-color: #2973FE;
}
</style>