Shades of Dodger Blue #1D8CEF
Tints of Dodger Blue #1D8CEF
RGB
CMYK
RGB Variations
Color information
#1D8CEF (or 0x1D8CEF) is known color: Dodger Blue. HEX triplet: 1D, 8C and EF. RGB value is (29,140,239). Sum of RGB (Red+Green+Blue) = 29+140+239=408 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.11% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D8CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8CEF is #E27310. Grayscale: #757575. Windows color (decimal): -14840593 or 15698973. OLE color: 15698973.
HSL color Cylindrical-coordinate representation of color #1D8CEF: hue angle of 208.29º 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 #1D8CEF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 140 | 239 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.06 |
| HSL | 208.29º | 0.87% | 0.53% | - |
| HSV(B) | 208.29º | 0.88% | 0.94% | - |
| XYZ | 25.46 | 25.25 | 85.19 | - |
| YUV | 118.1 | 196.23 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 239 | 0.88 | 0.41 | 0 | 0.06 | 208.29 | 0.87 | 0.53 |
| Hex | 1D | 8C | EF | 58 | 29 | 0 | 6 | D0 | 57 | 35 |
| Octal | 35 | 214 | 357 | 130 | 51 | 0 | 6 | 320 | 127 | 65 |
| Binary | 11101 | 10001100 | 11101111 | 1011000 | 101001 | 0 | 110 | 11010000 | 1010111 | 110101 |
Color Harmonies of #1D8CEF
Complementary color
Monochromatic Colors of #1D8CEF
Black with #1D8CEF
Text Example
Text Example
White with #1D8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8CEF; }
p { color: rgb(29,140,239); }
H1.HeaderClassName
{
color: #1D8CEF;
}
.AnyTagClassName
{
color: #1D8CEF;
}
</style>
background-color css
<style>
a { background-color: #1D8CEF; }
a { background-color: rgb(29,140,239); }
div.DivClassName
{
background-color: #1D8CEF;
}
.BgClassName
{
background-color: #1D8CEF;
}
</style>
border-color css
<style>
span { border-color: #1D8CEF; }
span { border-color: rgb(29,140,239); }
td.TdClassName
{
border-color: #1D8CEF;
}
.TagClassName
{
border-color: #1D8CEF;
}
</style>