Shades of Dodger Blue #2977FD
Tints of Dodger Blue #2977FD
RGB
CMYK
RGB Variations
Color information
#2977FD (or 0x2977FD) is known color: Dodger Blue. HEX triplet: 29, 77 and FD. RGB value is (41,119,253). Sum of RGB (Red+Green+Blue) = 41+119+253=413 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.93% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #2977FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2977FD is #D68802. Grayscale: #6E6E6E. Windows color (decimal): -14059523 or 16611113. OLE color: 16611113.
HSL color Cylindrical-coordinate representation of color #2977FD: hue angle of 217.92º 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 #2977FD is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 119 | 253 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.01 |
| HSL | 217.92º | 0.98% | 0.58% | - |
| HSV(B) | 217.92º | 0.84% | 0.99% | - |
| XYZ | 25.24 | 20.76 | 95.6 | - |
| YUV | 110.95 | 208.16 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 253 | 0.84 | 0.53 | 0 | 0.01 | 217.92 | 0.98 | 0.58 |
| Hex | 29 | 77 | FD | 54 | 35 | 0 | 1 | DA | 62 | 3A |
| Octal | 51 | 167 | 375 | 124 | 65 | 0 | 1 | 332 | 142 | 72 |
| Binary | 101001 | 1110111 | 11111101 | 1010100 | 110101 | 0 | 1 | 11011010 | 1100010 | 111010 |
Color Harmonies of #2977FD
Complementary color
Monochromatic Colors of #2977FD
Black with #2977FD
Text Example
Text Example
White with #2977FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2977FD; }
p { color: rgb(41,119,253); }
H1.HeaderClassName
{
color: #2977FD;
}
.AnyTagClassName
{
color: #2977FD;
}
</style>
background-color css
<style>
a { background-color: #2977FD; }
a { background-color: rgb(41,119,253); }
div.DivClassName
{
background-color: #2977FD;
}
.BgClassName
{
background-color: #2977FD;
}
</style>
border-color css
<style>
span { border-color: #2977FD; }
span { border-color: rgb(41,119,253); }
td.TdClassName
{
border-color: #2977FD;
}
.TagClassName
{
border-color: #2977FD;
}
</style>