Shades of Dodger Blue #1D7DF7
Tints of Dodger Blue #1D7DF7
RGB
CMYK
RGB Variations
Color information
#1D7DF7 (or 0x1D7DF7) is known color: Dodger Blue. HEX triplet: 1D, 7D and F7. RGB value is (29,125,247). Sum of RGB (Red+Green+Blue) = 29+125+247=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 247 (96.88% from 255 or 61.60% from 401); Max value from RGB is 247 - color contains mainly: blue. Hex color #1D7DF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7DF7 is #E28208. Grayscale: #6D6D6D. Windows color (decimal): -14844425 or 16219421. OLE color: 16219421.
HSL color Cylindrical-coordinate representation of color #1D7DF7: hue angle of 213.58º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D7DF7 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 125 | 247 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.03 |
| HSL | 213.58º | 0.93% | 0.54% | - |
| HSV(B) | 213.58º | 0.88% | 0.97% | - |
| XYZ | 24.63 | 21.64 | 90.88 | - |
| YUV | 110.2 | 205.2 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 125 | 247 | 0.88 | 0.49 | 0 | 0.03 | 213.58 | 0.93 | 0.54 |
| Hex | 1D | 7D | F7 | 58 | 31 | 0 | 3 | D6 | 5D | 36 |
| Octal | 35 | 175 | 367 | 130 | 61 | 0 | 3 | 326 | 135 | 66 |
| Binary | 11101 | 1111101 | 11110111 | 1011000 | 110001 | 0 | 11 | 11010110 | 1011101 | 110110 |
Color Harmonies of #1D7DF7
Complementary color
Monochromatic Colors of #1D7DF7
Black with #1D7DF7
Text Example
Text Example
White with #1D7DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7DF7; }
p { color: rgb(29,125,247); }
H1.HeaderClassName
{
color: #1D7DF7;
}
.AnyTagClassName
{
color: #1D7DF7;
}
</style>
background-color css
<style>
a { background-color: #1D7DF7; }
a { background-color: rgb(29,125,247); }
div.DivClassName
{
background-color: #1D7DF7;
}
.BgClassName
{
background-color: #1D7DF7;
}
</style>
border-color css
<style>
span { border-color: #1D7DF7; }
span { border-color: rgb(29,125,247); }
td.TdClassName
{
border-color: #1D7DF7;
}
.TagClassName
{
border-color: #1D7DF7;
}
</style>