Shades of Dodger Blue #1D8CEB
Tints of Dodger Blue #1D8CEB
RGB
CMYK
RGB Variations
Color information
#1D8CEB (or 0x1D8CEB) is known color: Dodger Blue. HEX triplet: 1D, 8C and EB. RGB value is (29,140,235). Sum of RGB (Red+Green+Blue) = 29+140+235=404 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.18% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D8CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D8CEB is #E27314. Grayscale: #757575. Windows color (decimal): -14840597 or 15436829. OLE color: 15436829.
HSL color Cylindrical-coordinate representation of color #1D8CEB: hue angle of 207.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D8CEB is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 140 | 235 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.08 |
| HSL | 207.67º | 0.84% | 0.52% | - |
| HSV(B) | 207.67º | 0.88% | 0.92% | - |
| XYZ | 24.88 | 25.02 | 82.11 | - |
| YUV | 117.64 | 194.23 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 235 | 0.88 | 0.40 | 0 | 0.08 | 207.67 | 0.84 | 0.52 |
| Hex | 1D | 8C | EB | 58 | 28 | 0 | 8 | D0 | 54 | 34 |
| Octal | 35 | 214 | 353 | 130 | 50 | 0 | 10 | 320 | 124 | 64 |
| Binary | 11101 | 10001100 | 11101011 | 1011000 | 101000 | 0 | 1000 | 11010000 | 1010100 | 110100 |
Color Harmonies of #1D8CEB
Complementary color
Monochromatic Colors of #1D8CEB
Black with #1D8CEB
Text Example
Text Example
White with #1D8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8CEB; }
p { color: rgb(29,140,235); }
H1.HeaderClassName
{
color: #1D8CEB;
}
.AnyTagClassName
{
color: #1D8CEB;
}
</style>
background-color css
<style>
a { background-color: #1D8CEB; }
a { background-color: rgb(29,140,235); }
div.DivClassName
{
background-color: #1D8CEB;
}
.BgClassName
{
background-color: #1D8CEB;
}
</style>
border-color css
<style>
span { border-color: #1D8CEB; }
span { border-color: rgb(29,140,235); }
td.TdClassName
{
border-color: #1D8CEB;
}
.TagClassName
{
border-color: #1D8CEB;
}
</style>