Shades of Dodger Blue #1D7CFF
Tints of Dodger Blue #1D7CFF
RGB
CMYK
RGB Variations
Color information
#1D7CFF (or 0x1D7CFF) is known color: Dodger Blue. HEX triplet: 1D, 7C and FF. RGB value is (29,124,255). Sum of RGB (Red+Green+Blue) = 29+124+255=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D7CFF is #E28300. Grayscale: #6D6D6D. Windows color (decimal): -14844673 or 16743453. OLE color: 16743453.
HSL color Cylindrical-coordinate representation of color #1D7CFF: hue angle of 214.78º 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 #1D7CFF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 124 | 255 | - |
| CMYK | 0.89 | 0.51 | 0 | 0 |
| HSL | 214.78º | 1% | 0.56% | - |
| HSV(B) | 214.78º | 0.89% | 1% | - |
| XYZ | 25.76 | 21.9 | 97.48 | - |
| YUV | 110.53 | 209.53 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 124 | 255 | 0.89 | 0.51 | 0 | 0 | 214.78 | 1 | 0.56 |
| Hex | 1D | 7C | FF | 59 | 33 | 0 | 0 | D7 | 64 | 38 |
| Octal | 35 | 174 | 377 | 131 | 63 | 0 | 0 | 327 | 144 | 70 |
| Binary | 11101 | 1111100 | 11111111 | 1011001 | 110011 | 0 | 0 | 11010111 | 1100100 | 111000 |
Color Harmonies of #1D7CFF
Complementary color
Monochromatic Colors of #1D7CFF
Black with #1D7CFF
Text Example
Text Example
White with #1D7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7CFF; }
p { color: rgb(29,124,255); }
H1.HeaderClassName
{
color: #1D7CFF;
}
.AnyTagClassName
{
color: #1D7CFF;
}
</style>
background-color css
<style>
a { background-color: #1D7CFF; }
a { background-color: rgb(29,124,255); }
div.DivClassName
{
background-color: #1D7CFF;
}
.BgClassName
{
background-color: #1D7CFF;
}
</style>
border-color css
<style>
span { border-color: #1D7CFF; }
span { border-color: rgb(29,124,255); }
td.TdClassName
{
border-color: #1D7CFF;
}
.TagClassName
{
border-color: #1D7CFF;
}
</style>