Shades of Dodger Blue #1D7EFF
Tints of Dodger Blue #1D7EFF
RGB
CMYK
RGB Variations
Color information
#1D7EFF (or 0x1D7EFF) is known color: Dodger Blue. HEX triplet: 1D, 7E and FF. RGB value is (29,126,255). Sum of RGB (Red+Green+Blue) = 29+126+255=410 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.07% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7EFF is #E28100. Grayscale: #6F6F6F. Windows color (decimal): -14844161 or 16743965. OLE color: 16743965.
HSL color Cylindrical-coordinate representation of color #1D7EFF: hue angle of 214.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D7EFF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 126 | 255 | - |
| CMYK | 0.89 | 0.51 | 0 | 0 |
| HSL | 214.25º | 1% | 0.56% | - |
| HSV(B) | 214.25º | 0.89% | 1% | - |
| XYZ | 26.02 | 22.4 | 97.56 | - |
| YUV | 111.7 | 208.86 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 126 | 255 | 0.89 | 0.51 | 0 | 0 | 214.25 | 1 | 0.56 |
| Hex | 1D | 7E | FF | 59 | 33 | 0 | 0 | D6 | 64 | 38 |
| Octal | 35 | 176 | 377 | 131 | 63 | 0 | 0 | 326 | 144 | 70 |
| Binary | 11101 | 1111110 | 11111111 | 1011001 | 110011 | 0 | 0 | 11010110 | 1100100 | 111000 |
Color Harmonies of #1D7EFF
Complementary color
Monochromatic Colors of #1D7EFF
Black with #1D7EFF
Text Example
Text Example
White with #1D7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7EFF; }
p { color: rgb(29,126,255); }
H1.HeaderClassName
{
color: #1D7EFF;
}
.AnyTagClassName
{
color: #1D7EFF;
}
</style>
background-color css
<style>
a { background-color: #1D7EFF; }
a { background-color: rgb(29,126,255); }
div.DivClassName
{
background-color: #1D7EFF;
}
.BgClassName
{
background-color: #1D7EFF;
}
</style>
border-color css
<style>
span { border-color: #1D7EFF; }
span { border-color: rgb(29,126,255); }
td.TdClassName
{
border-color: #1D7EFF;
}
.TagClassName
{
border-color: #1D7EFF;
}
</style>