Shades of Dodger Blue #1D94EB
Tints of Dodger Blue #1D94EB
RGB
CMYK
RGB Variations
Color information
#1D94EB (or 0x1D94EB) is known color: Dodger Blue. HEX triplet: 1D, 94 and EB. RGB value is (29,148,235). Sum of RGB (Red+Green+Blue) = 29+148+235=412 (54% of max value = 765). Red value is 29 (11.72% from 255 or 7.04% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #1D94EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D94EB is #E26B14. Grayscale: #797979. Windows color (decimal): -14838549 or 15438877. OLE color: 15438877.
HSL color Cylindrical-coordinate representation of color #1D94EB: hue angle of 205.34º 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 #1D94EB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 29 | 148 | 235 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.08 |
| HSL | 205.34º | 0.84% | 0.52% | - |
| HSV(B) | 205.34º | 0.88% | 0.92% | - |
| XYZ | 26.09 | 27.44 | 82.52 | - |
| YUV | 122.34 | 191.58 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 235 | 0.88 | 0.37 | 0 | 0.08 | 205.34 | 0.84 | 0.52 |
| Hex | 1D | 94 | EB | 58 | 25 | 0 | 8 | CD | 54 | 34 |
| Octal | 35 | 224 | 353 | 130 | 45 | 0 | 10 | 315 | 124 | 64 |
| Binary | 11101 | 10010100 | 11101011 | 1011000 | 100101 | 0 | 1000 | 11001101 | 1010100 | 110100 |
Color Harmonies of #1D94EB
Complementary color
Monochromatic Colors of #1D94EB
Black with #1D94EB
Text Example
Text Example
White with #1D94EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D94EB; }
p { color: rgb(29,148,235); }
H1.HeaderClassName
{
color: #1D94EB;
}
.AnyTagClassName
{
color: #1D94EB;
}
</style>
background-color css
<style>
a { background-color: #1D94EB; }
a { background-color: rgb(29,148,235); }
div.DivClassName
{
background-color: #1D94EB;
}
.BgClassName
{
background-color: #1D94EB;
}
</style>
border-color css
<style>
span { border-color: #1D94EB; }
span { border-color: rgb(29,148,235); }
td.TdClassName
{
border-color: #1D94EB;
}
.TagClassName
{
border-color: #1D94EB;
}
</style>