Shades of Dodger Blue #1D99EB
Tints of Dodger Blue #1D99EB
RGB
CMYK
RGB Variations
Color information
#1D99EB (or 0x1D99EB) is known color: Dodger Blue. HEX triplet: 1D, 99 and EB. RGB value is (29,153,235). Sum of RGB (Red+Green+Blue) = 29+153+235=417 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.95% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D99EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D99EB is #E26614. Grayscale: #7C7C7C. Windows color (decimal): -14837269 or 15440157. OLE color: 15440157.
HSL color Cylindrical-coordinate representation of color #1D99EB: hue angle of 203.88º 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 #1D99EB is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 153 | 235 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.08 |
| HSL | 203.88º | 0.84% | 0.52% | - |
| HSV(B) | 203.88º | 0.88% | 0.92% | - |
| XYZ | 26.89 | 29.04 | 82.79 | - |
| YUV | 125.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 153 | 235 | 0.88 | 0.35 | 0 | 0.08 | 203.88 | 0.84 | 0.52 |
| Hex | 1D | 99 | EB | 58 | 23 | 0 | 8 | CC | 54 | 34 |
| Octal | 35 | 231 | 353 | 130 | 43 | 0 | 10 | 314 | 124 | 64 |
| Binary | 11101 | 10011001 | 11101011 | 1011000 | 100011 | 0 | 1000 | 11001100 | 1010100 | 110100 |
Color Harmonies of #1D99EB
Complementary color
Monochromatic Colors of #1D99EB
Black with #1D99EB
Text Example
Text Example
White with #1D99EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D99EB; }
p { color: rgb(29,153,235); }
H1.HeaderClassName
{
color: #1D99EB;
}
.AnyTagClassName
{
color: #1D99EB;
}
</style>
background-color css
<style>
a { background-color: #1D99EB; }
a { background-color: rgb(29,153,235); }
div.DivClassName
{
background-color: #1D99EB;
}
.BgClassName
{
background-color: #1D99EB;
}
</style>
border-color css
<style>
span { border-color: #1D99EB; }
span { border-color: rgb(29,153,235); }
td.TdClassName
{
border-color: #1D99EB;
}
.TagClassName
{
border-color: #1D99EB;
}
</style>