Shades of Dodger Blue #2973FC
Tints of Dodger Blue #2973FC
RGB
CMYK
RGB Variations
Color information
#2973FC (or 0x2973FC) is known color: Dodger Blue. HEX triplet: 29, 73 and FC. RGB value is (41,115,252). Sum of RGB (Red+Green+Blue) = 41+115+252=408 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.05% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #2973FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2973FC is #D68C03. Grayscale: #6B6B6B. Windows color (decimal): -14060548 or 16544553. OLE color: 16544553.
HSL color Cylindrical-coordinate representation of color #2973FC: hue angle of 218.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2973FC is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 115 | 252 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.01 |
| HSL | 218.96º | 0.97% | 0.57% | - |
| HSV(B) | 218.96º | 0.84% | 0.99% | - |
| XYZ | 24.62 | 19.76 | 94.61 | - |
| YUV | 108.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 252 | 0.84 | 0.54 | 0 | 0.01 | 218.96 | 0.97 | 0.57 |
| Hex | 29 | 73 | FC | 54 | 36 | 0 | 1 | DB | 61 | 39 |
| Octal | 51 | 163 | 374 | 124 | 66 | 0 | 1 | 333 | 141 | 71 |
| Binary | 101001 | 1110011 | 11111100 | 1010100 | 110110 | 0 | 1 | 11011011 | 1100001 | 111001 |
Color Harmonies of #2973FC
Complementary color
Monochromatic Colors of #2973FC
Black with #2973FC
Text Example
Text Example
White with #2973FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973FC; }
p { color: rgb(41,115,252); }
H1.HeaderClassName
{
color: #2973FC;
}
.AnyTagClassName
{
color: #2973FC;
}
</style>
background-color css
<style>
a { background-color: #2973FC; }
a { background-color: rgb(41,115,252); }
div.DivClassName
{
background-color: #2973FC;
}
.BgClassName
{
background-color: #2973FC;
}
</style>
border-color css
<style>
span { border-color: #2973FC; }
span { border-color: rgb(41,115,252); }
td.TdClassName
{
border-color: #2973FC;
}
.TagClassName
{
border-color: #2973FC;
}
</style>