Shades of Dodger Blue #1D9DFB
Tints of Dodger Blue #1D9DFB
RGB
CMYK
RGB Variations
Color information
#1D9DFB (or 0x1D9DFB) is known color: Dodger Blue. HEX triplet: 1D, 9D and FB. RGB value is (29,157,251). Sum of RGB (Red+Green+Blue) = 29+157+251=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D9DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9DFB is #E26204. Grayscale: #808080. Windows color (decimal): -14836229 or 16489757. OLE color: 16489757.
HSL color Cylindrical-coordinate representation of color #1D9DFB: hue angle of 205.41º 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 #1D9DFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 157 | 251 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.02 |
| HSL | 205.41º | 0.97% | 0.55% | - |
| HSV(B) | 205.41º | 0.88% | 0.98% | - |
| XYZ | 29.98 | 31.34 | 95.74 | - |
| YUV | 129.44 | 196.59 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 157 | 251 | 0.88 | 0.37 | 0 | 0.02 | 205.41 | 0.97 | 0.55 |
| Hex | 1D | 9D | FB | 58 | 25 | 0 | 2 | CD | 61 | 37 |
| Octal | 35 | 235 | 373 | 130 | 45 | 0 | 2 | 315 | 141 | 67 |
| Binary | 11101 | 10011101 | 11111011 | 1011000 | 100101 | 0 | 10 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1D9DFB
Complementary color
Monochromatic Colors of #1D9DFB
Black with #1D9DFB
Text Example
Text Example
White with #1D9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9DFB; }
p { color: rgb(29,157,251); }
H1.HeaderClassName
{
color: #1D9DFB;
}
.AnyTagClassName
{
color: #1D9DFB;
}
</style>
background-color css
<style>
a { background-color: #1D9DFB; }
a { background-color: rgb(29,157,251); }
div.DivClassName
{
background-color: #1D9DFB;
}
.BgClassName
{
background-color: #1D9DFB;
}
</style>
border-color css
<style>
span { border-color: #1D9DFB; }
span { border-color: rgb(29,157,251); }
td.TdClassName
{
border-color: #1D9DFB;
}
.TagClassName
{
border-color: #1D9DFB;
}
</style>