Shades of Dodger Blue #1D6EFE
Tints of Dodger Blue #1D6EFE
RGB
CMYK
RGB Variations
Color information
#1D6EFE (or 0x1D6EFE) is known color: Dodger Blue. HEX triplet: 1D, 6E and FE. RGB value is (29,110,254). Sum of RGB (Red+Green+Blue) = 29+110+254=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D6EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6EFE is #E29101. Grayscale: #656565. Windows color (decimal): -14848258 or 16674333. OLE color: 16674333.
HSL color Cylindrical-coordinate representation of color #1D6EFE: hue angle of 218.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D6EFE is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 110 | 254 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.00 |
| HSL | 218.4º | 0.99% | 0.55% | - |
| HSV(B) | 218.4º | 0.89% | 1% | - |
| XYZ | 23.97 | 18.57 | 96.09 | - |
| YUV | 102.2 | 213.66 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 110 | 254 | 0.89 | 0.57 | 0 | 0.00 | 218.4 | 0.99 | 0.55 |
| Hex | 1D | 6E | FE | 59 | 39 | 0 | 0 | DA | 63 | 37 |
| Octal | 35 | 156 | 376 | 131 | 71 | 0 | 0 | 332 | 143 | 67 |
| Binary | 11101 | 1101110 | 11111110 | 1011001 | 111001 | 0 | 0 | 11011010 | 1100011 | 110111 |
Color Harmonies of #1D6EFE
Complementary color
Monochromatic Colors of #1D6EFE
Black with #1D6EFE
Text Example
Text Example
White with #1D6EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6EFE; }
p { color: rgb(29,110,254); }
H1.HeaderClassName
{
color: #1D6EFE;
}
.AnyTagClassName
{
color: #1D6EFE;
}
</style>
background-color css
<style>
a { background-color: #1D6EFE; }
a { background-color: rgb(29,110,254); }
div.DivClassName
{
background-color: #1D6EFE;
}
.BgClassName
{
background-color: #1D6EFE;
}
</style>
border-color css
<style>
span { border-color: #1D6EFE; }
span { border-color: rgb(29,110,254); }
td.TdClassName
{
border-color: #1D6EFE;
}
.TagClassName
{
border-color: #1D6EFE;
}
</style>