Shades of Dodger Blue #2976FA
Tints of Dodger Blue #2976FA
RGB
CMYK
RGB Variations
Color information
#2976FA (or 0x2976FA) is known color: Dodger Blue. HEX triplet: 29, 76 and FA. RGB value is (41,118,250). Sum of RGB (Red+Green+Blue) = 41+118+250=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #2976FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2976FA is #D68905. Grayscale: #6D6D6D. Windows color (decimal): -14059782 or 16414249. OLE color: 16414249.
HSL color Cylindrical-coordinate representation of color #2976FA: hue angle of 217.89º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2976FA is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 118 | 250 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.02 |
| HSL | 217.89º | 0.95% | 0.57% | - |
| HSV(B) | 217.89º | 0.84% | 0.98% | - |
| XYZ | 24.65 | 20.33 | 93.07 | - |
| YUV | 110.03 | 206.99 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 250 | 0.84 | 0.53 | 0 | 0.02 | 217.89 | 0.95 | 0.57 |
| Hex | 29 | 76 | FA | 54 | 35 | 0 | 2 | DA | 5F | 39 |
| Octal | 51 | 166 | 372 | 124 | 65 | 0 | 2 | 332 | 137 | 71 |
| Binary | 101001 | 1110110 | 11111010 | 1010100 | 110101 | 0 | 10 | 11011010 | 1011111 | 111001 |
Color Harmonies of #2976FA
Complementary color
Monochromatic Colors of #2976FA
Black with #2976FA
Text Example
Text Example
White with #2976FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2976FA; }
p { color: rgb(41,118,250); }
H1.HeaderClassName
{
color: #2976FA;
}
.AnyTagClassName
{
color: #2976FA;
}
</style>
background-color css
<style>
a { background-color: #2976FA; }
a { background-color: rgb(41,118,250); }
div.DivClassName
{
background-color: #2976FA;
}
.BgClassName
{
background-color: #2976FA;
}
</style>
border-color css
<style>
span { border-color: #2976FA; }
span { border-color: rgb(41,118,250); }
td.TdClassName
{
border-color: #2976FA;
}
.TagClassName
{
border-color: #2976FA;
}
</style>