Shades of Dodger Blue #1D9EFB
Tints of Dodger Blue #1D9EFB
RGB
CMYK
RGB Variations
Color information
#1D9EFB (or 0x1D9EFB) is known color: Dodger Blue. HEX triplet: 1D, 9E and FB. RGB value is (29,158,251). Sum of RGB (Red+Green+Blue) = 29+158+251=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D9EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9EFB is #E26104. Grayscale: #818181. Windows color (decimal): -14835973 or 16490013. OLE color: 16490013.
HSL color Cylindrical-coordinate representation of color #1D9EFB: hue angle of 205.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D9EFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 158 | 251 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.02 |
| HSL | 205.14º | 0.97% | 0.55% | - |
| HSV(B) | 205.14º | 0.88% | 0.98% | - |
| XYZ | 30.15 | 31.68 | 95.79 | - |
| YUV | 130.03 | 196.26 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 158 | 251 | 0.88 | 0.37 | 0 | 0.02 | 205.14 | 0.97 | 0.55 |
| Hex | 1D | 9E | FB | 58 | 25 | 0 | 2 | CD | 61 | 37 |
| Octal | 35 | 236 | 373 | 130 | 45 | 0 | 2 | 315 | 141 | 67 |
| Binary | 11101 | 10011110 | 11111011 | 1011000 | 100101 | 0 | 10 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1D9EFB
Complementary color
Monochromatic Colors of #1D9EFB
Black with #1D9EFB
Text Example
Text Example
White with #1D9EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9EFB; }
p { color: rgb(29,158,251); }
H1.HeaderClassName
{
color: #1D9EFB;
}
.AnyTagClassName
{
color: #1D9EFB;
}
</style>
background-color css
<style>
a { background-color: #1D9EFB; }
a { background-color: rgb(29,158,251); }
div.DivClassName
{
background-color: #1D9EFB;
}
.BgClassName
{
background-color: #1D9EFB;
}
</style>
border-color css
<style>
span { border-color: #1D9EFB; }
span { border-color: rgb(29,158,251); }
td.TdClassName
{
border-color: #1D9EFB;
}
.TagClassName
{
border-color: #1D9EFB;
}
</style>