Shades of Dodger Blue #1D9AFA
Tints of Dodger Blue #1D9AFA
RGB
CMYK
RGB Variations
Color information
#1D9AFA (or 0x1D9AFA) is known color: Dodger Blue. HEX triplet: 1D, 9A and FA. RGB value is (29,154,250). Sum of RGB (Red+Green+Blue) = 29+154+250=433 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.70% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #1D9AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AFA is #E26505. Grayscale: #7F7F7F. Windows color (decimal): -14836998 or 16423453. OLE color: 16423453.
HSL color Cylindrical-coordinate representation of color #1D9AFA: hue angle of 206.06º degrees, saturation: 0.96, 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 #1D9AFA is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 154 | 250 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.02 |
| HSL | 206.06º | 0.96% | 0.55% | - |
| HSV(B) | 206.06º | 0.88% | 0.98% | - |
| XYZ | 29.32 | 30.27 | 94.74 | - |
| YUV | 127.57 | 197.09 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 250 | 0.88 | 0.38 | 0 | 0.02 | 206.06 | 0.96 | 0.55 |
| Hex | 1D | 9A | FA | 58 | 26 | 0 | 2 | CE | 60 | 37 |
| Octal | 35 | 232 | 372 | 130 | 46 | 0 | 2 | 316 | 140 | 67 |
| Binary | 11101 | 10011010 | 11111010 | 1011000 | 100110 | 0 | 10 | 11001110 | 1100000 | 110111 |
Color Harmonies of #1D9AFA
Complementary color
Monochromatic Colors of #1D9AFA
Black with #1D9AFA
Text Example
Text Example
White with #1D9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9AFA; }
p { color: rgb(29,154,250); }
H1.HeaderClassName
{
color: #1D9AFA;
}
.AnyTagClassName
{
color: #1D9AFA;
}
</style>
background-color css
<style>
a { background-color: #1D9AFA; }
a { background-color: rgb(29,154,250); }
div.DivClassName
{
background-color: #1D9AFA;
}
.BgClassName
{
background-color: #1D9AFA;
}
</style>
border-color css
<style>
span { border-color: #1D9AFA; }
span { border-color: rgb(29,154,250); }
td.TdClassName
{
border-color: #1D9AFA;
}
.TagClassName
{
border-color: #1D9AFA;
}
</style>