Shades of Dodger Blue #2974FF
Tints of Dodger Blue #2974FF
RGB
CMYK
RGB Variations
Color information
#2974FF (or 0x2974FF) is known color: Dodger Blue. HEX triplet: 29, 74 and FF. RGB value is (41,116,255). Sum of RGB (Red+Green+Blue) = 41+116+255=412 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.95% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #2974FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2974FF is #D68B00. Grayscale: #6C6C6C. Windows color (decimal): -14060289 or 16741417. OLE color: 16741417.
HSL color Cylindrical-coordinate representation of color #2974FF: hue angle of 218.97º 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 #2974FF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 116 | 255 | - |
| CMYK | 0.84 | 0.55 | 0 | 0 |
| HSL | 218.97º | 1% | 0.58% | - |
| HSV(B) | 218.97º | 0.84% | 1% | - |
| XYZ | 25.21 | 20.18 | 97.17 | - |
| YUV | 109.42 | 210.15 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 255 | 0.84 | 0.55 | 0 | 0 | 218.97 | 1 | 0.58 |
| Hex | 29 | 74 | FF | 54 | 37 | 0 | 0 | DB | 64 | 3A |
| Octal | 51 | 164 | 377 | 124 | 67 | 0 | 0 | 333 | 144 | 72 |
| Binary | 101001 | 1110100 | 11111111 | 1010100 | 110111 | 0 | 0 | 11011011 | 1100100 | 111010 |
Color Harmonies of #2974FF
Complementary color
Monochromatic Colors of #2974FF
Black with #2974FF
Text Example
Text Example
White with #2974FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2974FF; }
p { color: rgb(41,116,255); }
H1.HeaderClassName
{
color: #2974FF;
}
.AnyTagClassName
{
color: #2974FF;
}
</style>
background-color css
<style>
a { background-color: #2974FF; }
a { background-color: rgb(41,116,255); }
div.DivClassName
{
background-color: #2974FF;
}
.BgClassName
{
background-color: #2974FF;
}
</style>
border-color css
<style>
span { border-color: #2974FF; }
span { border-color: rgb(41,116,255); }
td.TdClassName
{
border-color: #2974FF;
}
.TagClassName
{
border-color: #2974FF;
}
</style>