Shades of Dodger Blue #1DABFF
Tints of Dodger Blue #1DABFF
RGB
CMYK
RGB Variations
Color information
#1DABFF (or 0x1DABFF) is known color: Dodger Blue. HEX triplet: 1D, AB and FF. RGB value is (29,171,255). Sum of RGB (Red+Green+Blue) = 29+171+255=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 171 (67.19% from 255 or 37.58% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DABFF is #E25400. Grayscale: #898989. Windows color (decimal): -14832641 or 16755485. OLE color: 16755485.
HSL color Cylindrical-coordinate representation of color #1DABFF: hue angle of 202.3º 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 #1DABFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 171 | 255 | - |
| CMYK | 0.89 | 0.33 | 0 | 0 |
| HSL | 202.3º | 1% | 0.56% | - |
| HSV(B) | 202.3º | 0.89% | 1% | - |
| XYZ | 33.12 | 36.61 | 99.93 | - |
| YUV | 138.12 | 193.96 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 171 | 255 | 0.89 | 0.33 | 0 | 0 | 202.3 | 1 | 0.56 |
| Hex | 1D | AB | FF | 59 | 21 | 0 | 0 | CA | 64 | 38 |
| Octal | 35 | 253 | 377 | 131 | 41 | 0 | 0 | 312 | 144 | 70 |
| Binary | 11101 | 10101011 | 11111111 | 1011001 | 100001 | 0 | 0 | 11001010 | 1100100 | 111000 |
Color Harmonies of #1DABFF
Complementary color
Monochromatic Colors of #1DABFF
Black with #1DABFF
Text Example
Text Example
White with #1DABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DABFF; }
p { color: rgb(29,171,255); }
H1.HeaderClassName
{
color: #1DABFF;
}
.AnyTagClassName
{
color: #1DABFF;
}
</style>
background-color css
<style>
a { background-color: #1DABFF; }
a { background-color: rgb(29,171,255); }
div.DivClassName
{
background-color: #1DABFF;
}
.BgClassName
{
background-color: #1DABFF;
}
</style>
border-color css
<style>
span { border-color: #1DABFF; }
span { border-color: rgb(29,171,255); }
td.TdClassName
{
border-color: #1DABFF;
}
.TagClassName
{
border-color: #1DABFF;
}
</style>