Shades of Dodger Blue #1D9BFF
Tints of Dodger Blue #1D9BFF
RGB
CMYK
RGB Variations
Color information
#1D9BFF (or 0x1D9BFF) is known color: Dodger Blue. HEX triplet: 1D, 9B and FF. RGB value is (29,155,255). Sum of RGB (Red+Green+Blue) = 29+155+255=439 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.61% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9BFF is #E26400. Grayscale: #808080. Windows color (decimal): -14836737 or 16751389. OLE color: 16751389.
HSL color Cylindrical-coordinate representation of color #1D9BFF: hue angle of 206.55º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D9BFF is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 155 | 255 | - |
| CMYK | 0.89 | 0.39 | 0 | 0 |
| HSL | 206.55º | 1% | 0.56% | - |
| HSV(B) | 206.55º | 0.89% | 1% | - |
| XYZ | 30.28 | 30.92 | 98.98 | - |
| YUV | 128.73 | 199.26 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 255 | 0.89 | 0.39 | 0 | 0 | 206.55 | 1 | 0.56 |
| Hex | 1D | 9B | FF | 59 | 27 | 0 | 0 | CF | 64 | 38 |
| Octal | 35 | 233 | 377 | 131 | 47 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11101 | 10011011 | 11111111 | 1011001 | 100111 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1D9BFF
Complementary color
Monochromatic Colors of #1D9BFF
Black with #1D9BFF
Text Example
Text Example
White with #1D9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9BFF; }
p { color: rgb(29,155,255); }
H1.HeaderClassName
{
color: #1D9BFF;
}
.AnyTagClassName
{
color: #1D9BFF;
}
</style>
background-color css
<style>
a { background-color: #1D9BFF; }
a { background-color: rgb(29,155,255); }
div.DivClassName
{
background-color: #1D9BFF;
}
.BgClassName
{
background-color: #1D9BFF;
}
</style>
border-color css
<style>
span { border-color: #1D9BFF; }
span { border-color: rgb(29,155,255); }
td.TdClassName
{
border-color: #1D9BFF;
}
.TagClassName
{
border-color: #1D9BFF;
}
</style>