Shades of Dodger Blue #1D9DEF
Tints of Dodger Blue #1D9DEF
RGB
CMYK
RGB Variations
Color information
#1D9DEF (or 0x1D9DEF) is known color: Dodger Blue. HEX triplet: 1D, 9D and EF. RGB value is (29,157,239). Sum of RGB (Red+Green+Blue) = 29+157+239=425 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.82% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D9DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9DEF is #E26210. Grayscale: #7F7F7F. Windows color (decimal): -14836241 or 15703325. OLE color: 15703325.
HSL color Cylindrical-coordinate representation of color #1D9DEF: hue angle of 203.43º 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 #1D9DEF is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 157 | 239 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.06 |
| HSL | 203.43º | 0.87% | 0.53% | - |
| HSV(B) | 203.43º | 0.88% | 0.94% | - |
| XYZ | 28.14 | 30.61 | 86.09 | - |
| YUV | 128.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 239 | 0.88 | 0.34 | 0 | 0.06 | 203.43 | 0.87 | 0.53 |
| Hex | 1D | 9D | EF | 58 | 22 | 0 | 6 | CB | 57 | 35 |
| Octal | 35 | 235 | 357 | 130 | 42 | 0 | 6 | 313 | 127 | 65 |
| Binary | 11101 | 10011101 | 11101111 | 1011000 | 100010 | 0 | 110 | 11001011 | 1010111 | 110101 |
Color Harmonies of #1D9DEF
Complementary color
Monochromatic Colors of #1D9DEF
Black with #1D9DEF
Text Example
Text Example
White with #1D9DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9DEF; }
p { color: rgb(29,157,239); }
H1.HeaderClassName
{
color: #1D9DEF;
}
.AnyTagClassName
{
color: #1D9DEF;
}
</style>
background-color css
<style>
a { background-color: #1D9DEF; }
a { background-color: rgb(29,157,239); }
div.DivClassName
{
background-color: #1D9DEF;
}
.BgClassName
{
background-color: #1D9DEF;
}
</style>
border-color css
<style>
span { border-color: #1D9DEF; }
span { border-color: rgb(29,157,239); }
td.TdClassName
{
border-color: #1D9DEF;
}
.TagClassName
{
border-color: #1D9DEF;
}
</style>