Shades of Dodger Blue #1D9CEB
Tints of Dodger Blue #1D9CEB
RGB
CMYK
RGB Variations
Color information
#1D9CEB (or 0x1D9CEB) is known color: Dodger Blue. HEX triplet: 1D, 9C and EB. RGB value is (29,156,235). Sum of RGB (Red+Green+Blue) = 29+156+235=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D9CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9CEB is #E26314. Grayscale: #7E7E7E. Windows color (decimal): -14836501 or 15440925. OLE color: 15440925.
HSL color Cylindrical-coordinate representation of color #1D9CEB: hue angle of 203.01º 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 #1D9CEB is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 156 | 235 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.08 |
| HSL | 203.01º | 0.84% | 0.52% | - |
| HSV(B) | 203.01º | 0.88% | 0.92% | - |
| XYZ | 27.39 | 30.04 | 82.95 | - |
| YUV | 127.03 | 188.92 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 235 | 0.88 | 0.34 | 0 | 0.08 | 203.01 | 0.84 | 0.52 |
| Hex | 1D | 9C | EB | 58 | 22 | 0 | 8 | CB | 54 | 34 |
| Octal | 35 | 234 | 353 | 130 | 42 | 0 | 10 | 313 | 124 | 64 |
| Binary | 11101 | 10011100 | 11101011 | 1011000 | 100010 | 0 | 1000 | 11001011 | 1010100 | 110100 |
Color Harmonies of #1D9CEB
Complementary color
Monochromatic Colors of #1D9CEB
Black with #1D9CEB
Text Example
Text Example
White with #1D9CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9CEB; }
p { color: rgb(29,156,235); }
H1.HeaderClassName
{
color: #1D9CEB;
}
.AnyTagClassName
{
color: #1D9CEB;
}
</style>
background-color css
<style>
a { background-color: #1D9CEB; }
a { background-color: rgb(29,156,235); }
div.DivClassName
{
background-color: #1D9CEB;
}
.BgClassName
{
background-color: #1D9CEB;
}
</style>
border-color css
<style>
span { border-color: #1D9CEB; }
span { border-color: rgb(29,156,235); }
td.TdClassName
{
border-color: #1D9CEB;
}
.TagClassName
{
border-color: #1D9CEB;
}
</style>