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