Shades of Dodger Blue #1D9EFE
Tints of Dodger Blue #1D9EFE
RGB
CMYK
RGB Variations
Color information
#1D9EFE (or 0x1D9EFE) is known color: Dodger Blue. HEX triplet: 1D, 9E and FE. RGB value is (29,158,254). Sum of RGB (Red+Green+Blue) = 29+158+254=441 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.58% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9EFE is #E26101. Grayscale: #818181. Windows color (decimal): -14835970 or 16686621. OLE color: 16686621.
HSL color Cylindrical-coordinate representation of color #1D9EFE: hue angle of 205.6º 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 #1D9EFE is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 158 | 254 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.00 |
| HSL | 205.6º | 0.99% | 0.55% | - |
| HSV(B) | 205.6º | 0.89% | 1% | - |
| XYZ | 30.62 | 31.87 | 98.3 | - |
| YUV | 130.37 | 197.76 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 158 | 254 | 0.89 | 0.38 | 0 | 0.00 | 205.6 | 0.99 | 0.55 |
| Hex | 1D | 9E | FE | 59 | 26 | 0 | 0 | CE | 63 | 37 |
| Octal | 35 | 236 | 376 | 131 | 46 | 0 | 0 | 316 | 143 | 67 |
| Binary | 11101 | 10011110 | 11111110 | 1011001 | 100110 | 0 | 0 | 11001110 | 1100011 | 110111 |
Color Harmonies of #1D9EFE
Complementary color
Monochromatic Colors of #1D9EFE
Black with #1D9EFE
Text Example
Text Example
White with #1D9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9EFE; }
p { color: rgb(29,158,254); }
H1.HeaderClassName
{
color: #1D9EFE;
}
.AnyTagClassName
{
color: #1D9EFE;
}
</style>
background-color css
<style>
a { background-color: #1D9EFE; }
a { background-color: rgb(29,158,254); }
div.DivClassName
{
background-color: #1D9EFE;
}
.BgClassName
{
background-color: #1D9EFE;
}
</style>
border-color css
<style>
span { border-color: #1D9EFE; }
span { border-color: rgb(29,158,254); }
td.TdClassName
{
border-color: #1D9EFE;
}
.TagClassName
{
border-color: #1D9EFE;
}
</style>