Shades of Dodger Blue #1D9AFB
Tints of Dodger Blue #1D9AFB
RGB
CMYK
RGB Variations
Color information
#1D9AFB (or 0x1D9AFB) is known color: Dodger Blue. HEX triplet: 1D, 9A and FB. RGB value is (29,154,251). Sum of RGB (Red+Green+Blue) = 29+154+251=434 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.68% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #1D9AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AFB is #E26504. Grayscale: #7F7F7F. Windows color (decimal): -14836997 or 16488989. OLE color: 16488989.
HSL color Cylindrical-coordinate representation of color #1D9AFB: hue angle of 206.22º 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 #1D9AFB is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 154 | 251 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.02 |
| HSL | 206.22º | 0.97% | 0.55% | - |
| HSV(B) | 206.22º | 0.88% | 0.98% | - |
| XYZ | 29.47 | 30.34 | 95.57 | - |
| YUV | 127.68 | 197.59 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 251 | 0.88 | 0.39 | 0 | 0.02 | 206.22 | 0.97 | 0.55 |
| Hex | 1D | 9A | FB | 58 | 27 | 0 | 2 | CE | 61 | 37 |
| Octal | 35 | 232 | 373 | 130 | 47 | 0 | 2 | 316 | 141 | 67 |
| Binary | 11101 | 10011010 | 11111011 | 1011000 | 100111 | 0 | 10 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1D9AFB
Complementary color
Monochromatic Colors of #1D9AFB
Black with #1D9AFB
Text Example
Text Example
White with #1D9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9AFB; }
p { color: rgb(29,154,251); }
H1.HeaderClassName
{
color: #1D9AFB;
}
.AnyTagClassName
{
color: #1D9AFB;
}
</style>
background-color css
<style>
a { background-color: #1D9AFB; }
a { background-color: rgb(29,154,251); }
div.DivClassName
{
background-color: #1D9AFB;
}
.BgClassName
{
background-color: #1D9AFB;
}
</style>
border-color css
<style>
span { border-color: #1D9AFB; }
span { border-color: rgb(29,154,251); }
td.TdClassName
{
border-color: #1D9AFB;
}
.TagClassName
{
border-color: #1D9AFB;
}
</style>