Shades of Dodger Blue #1DACFE
Tints of Dodger Blue #1DACFE
RGB
CMYK
RGB Variations
Color information
#1DACFE (or 0x1DACFE) is known color: Dodger Blue. HEX triplet: 1D, AC and FE. RGB value is (29,172,254). Sum of RGB (Red+Green+Blue) = 29+172+254=455 (60% of max value = 765). Red value is 29 (11.72% from 255 or 6.37% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #1DACFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1DACFE is #E25301. Grayscale: #8A8A8A. Windows color (decimal): -14832386 or 16690205. OLE color: 16690205.
HSL color Cylindrical-coordinate representation of color #1DACFE: hue angle of 201.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DACFE is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 172 | 254 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.00 |
| HSL | 201.87º | 0.99% | 0.55% | - |
| HSV(B) | 201.87º | 0.89% | 1% | - |
| XYZ | 33.15 | 36.92 | 99.15 | - |
| YUV | 138.59 | 193.12 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 172 | 254 | 0.89 | 0.32 | 0 | 0.00 | 201.87 | 0.99 | 0.55 |
| Hex | 1D | AC | FE | 59 | 20 | 0 | 0 | CA | 63 | 37 |
| Octal | 35 | 254 | 376 | 131 | 40 | 0 | 0 | 312 | 143 | 67 |
| Binary | 11101 | 10101100 | 11111110 | 1011001 | 100000 | 0 | 0 | 11001010 | 1100011 | 110111 |
Color Harmonies of #1DACFE
Complementary color
Monochromatic Colors of #1DACFE
Black with #1DACFE
Text Example
Text Example
White with #1DACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DACFE; }
p { color: rgb(29,172,254); }
H1.HeaderClassName
{
color: #1DACFE;
}
.AnyTagClassName
{
color: #1DACFE;
}
</style>
background-color css
<style>
a { background-color: #1DACFE; }
a { background-color: rgb(29,172,254); }
div.DivClassName
{
background-color: #1DACFE;
}
.BgClassName
{
background-color: #1DACFE;
}
</style>
border-color css
<style>
span { border-color: #1DACFE; }
span { border-color: rgb(29,172,254); }
td.TdClassName
{
border-color: #1DACFE;
}
.TagClassName
{
border-color: #1DACFE;
}
</style>