Shades of Dodger Blue #2978FF
Tints of Dodger Blue #2978FF
RGB
CMYK
RGB Variations
Color information
#2978FF (or 0x2978FF) is known color: Dodger Blue. HEX triplet: 29, 78 and FF. RGB value is (41,120,255). Sum of RGB (Red+Green+Blue) = 41+120+255=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #2978FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978FF is #D68700. Grayscale: #6F6F6F. Windows color (decimal): -14059265 or 16742441. OLE color: 16742441.
HSL color Cylindrical-coordinate representation of color #2978FF: hue angle of 217.85º 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 #2978FF is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 120 | 255 | - |
| CMYK | 0.84 | 0.53 | 0 | 0 |
| HSL | 217.85º | 1% | 0.58% | - |
| HSV(B) | 217.85º | 0.84% | 1% | - |
| XYZ | 25.68 | 21.12 | 97.33 | - |
| YUV | 111.77 | 208.83 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 255 | 0.84 | 0.53 | 0 | 0 | 217.85 | 1 | 0.58 |
| Hex | 29 | 78 | FF | 54 | 35 | 0 | 0 | DA | 64 | 3A |
| Octal | 51 | 170 | 377 | 124 | 65 | 0 | 0 | 332 | 144 | 72 |
| Binary | 101001 | 1111000 | 11111111 | 1010100 | 110101 | 0 | 0 | 11011010 | 1100100 | 111010 |
Color Harmonies of #2978FF
Complementary color
Monochromatic Colors of #2978FF
Black with #2978FF
Text Example
Text Example
White with #2978FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2978FF; }
p { color: rgb(41,120,255); }
H1.HeaderClassName
{
color: #2978FF;
}
.AnyTagClassName
{
color: #2978FF;
}
</style>
background-color css
<style>
a { background-color: #2978FF; }
a { background-color: rgb(41,120,255); }
div.DivClassName
{
background-color: #2978FF;
}
.BgClassName
{
background-color: #2978FF;
}
</style>
border-color css
<style>
span { border-color: #2978FF; }
span { border-color: rgb(41,120,255); }
td.TdClassName
{
border-color: #2978FF;
}
.TagClassName
{
border-color: #2978FF;
}
</style>