Shades of Dodger Blue #1D6EFF
Tints of Dodger Blue #1D6EFF
RGB
CMYK
RGB Variations
Color information
#1D6EFF (or 0x1D6EFF) is known color: Dodger Blue. HEX triplet: 1D, 6E and FF. RGB value is (29,110,255). Sum of RGB (Red+Green+Blue) = 29+110+255=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D6EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6EFF is #E29100. Grayscale: #656565. Windows color (decimal): -14848257 or 16739869. OLE color: 16739869.
HSL color Cylindrical-coordinate representation of color #1D6EFF: hue angle of 218.5º 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 #1D6EFF is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 110 | 255 | - |
| CMYK | 0.89 | 0.57 | 0 | 0 |
| HSL | 218.5º | 1% | 0.56% | - |
| HSV(B) | 218.5º | 0.89% | 1% | - |
| XYZ | 24.13 | 18.63 | 96.93 | - |
| YUV | 102.31 | 214.16 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 255 | 0.89 | 0.57 | 0 | 0 | 218.5 | 1 | 0.56 |
| Hex | 1D | 6E | FF | 59 | 39 | 0 | 0 | DA | 64 | 38 |
| Octal | 35 | 156 | 377 | 131 | 71 | 0 | 0 | 332 | 144 | 70 |
| Binary | 11101 | 1101110 | 11111111 | 1011001 | 111001 | 0 | 0 | 11011010 | 1100100 | 111000 |
Color Harmonies of #1D6EFF
Complementary color
Monochromatic Colors of #1D6EFF
Black with #1D6EFF
Text Example
Text Example
White with #1D6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6EFF; }
p { color: rgb(29,110,255); }
H1.HeaderClassName
{
color: #1D6EFF;
}
.AnyTagClassName
{
color: #1D6EFF;
}
</style>
background-color css
<style>
a { background-color: #1D6EFF; }
a { background-color: rgb(29,110,255); }
div.DivClassName
{
background-color: #1D6EFF;
}
.BgClassName
{
background-color: #1D6EFF;
}
</style>
border-color css
<style>
span { border-color: #1D6EFF; }
span { border-color: rgb(29,110,255); }
td.TdClassName
{
border-color: #1D6EFF;
}
.TagClassName
{
border-color: #1D6EFF;
}
</style>