Shades of Dodger Blue #1D6FEF
Tints of Dodger Blue #1D6FEF
RGB
CMYK
RGB Variations
Color information
#1D6FEF (or 0x1D6FEF) is known color: Dodger Blue. HEX triplet: 1D, 6F and EF. RGB value is (29,111,239). Sum of RGB (Red+Green+Blue) = 29+111+239=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D6FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6FEF is #E29010. Grayscale: #646464. Windows color (decimal): -14848017 or 15691549. OLE color: 15691549.
HSL color Cylindrical-coordinate representation of color #1D6FEF: hue angle of 216.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6FEF is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 111 | 239 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.06 |
| HSL | 216.57º | 0.87% | 0.53% | - |
| HSV(B) | 216.57º | 0.88% | 0.94% | - |
| XYZ | 21.77 | 17.86 | 83.96 | - |
| YUV | 101.07 | 205.83 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 239 | 0.88 | 0.54 | 0 | 0.06 | 216.57 | 0.87 | 0.53 |
| Hex | 1D | 6F | EF | 58 | 36 | 0 | 6 | D9 | 57 | 35 |
| Octal | 35 | 157 | 357 | 130 | 66 | 0 | 6 | 331 | 127 | 65 |
| Binary | 11101 | 1101111 | 11101111 | 1011000 | 110110 | 0 | 110 | 11011001 | 1010111 | 110101 |
Color Harmonies of #1D6FEF
Complementary color
Monochromatic Colors of #1D6FEF
Black with #1D6FEF
Text Example
Text Example
White with #1D6FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6FEF; }
p { color: rgb(29,111,239); }
H1.HeaderClassName
{
color: #1D6FEF;
}
.AnyTagClassName
{
color: #1D6FEF;
}
</style>
background-color css
<style>
a { background-color: #1D6FEF; }
a { background-color: rgb(29,111,239); }
div.DivClassName
{
background-color: #1D6FEF;
}
.BgClassName
{
background-color: #1D6FEF;
}
</style>
border-color css
<style>
span { border-color: #1D6FEF; }
span { border-color: rgb(29,111,239); }
td.TdClassName
{
border-color: #1D6FEF;
}
.TagClassName
{
border-color: #1D6FEF;
}
</style>