Shades of Dodger Blue #1D9AFF
Tints of Dodger Blue #1D9AFF
RGB
CMYK
RGB Variations
Color information
#1D9AFF (or 0x1D9AFF) is known color: Dodger Blue. HEX triplet: 1D, 9A and FF. RGB value is (29,154,255). Sum of RGB (Red+Green+Blue) = 29+154+255=438 (58% of max value = 765). Red value is 29 (11.72% from 255 or 6.62% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D9AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9AFF is #E26500. Grayscale: #7F7F7F. Windows color (decimal): -14836993 or 16751133. OLE color: 16751133.
HSL color Cylindrical-coordinate representation of color #1D9AFF: hue angle of 206.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D9AFF is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 154 | 255 | - |
| CMYK | 0.89 | 0.40 | 0 | 0 |
| HSL | 206.81º | 1% | 0.56% | - |
| HSV(B) | 206.81º | 0.89% | 1% | - |
| XYZ | 30.11 | 30.59 | 98.93 | - |
| YUV | 128.14 | 199.59 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 255 | 0.89 | 0.40 | 0 | 0 | 206.81 | 1 | 0.56 |
| Hex | 1D | 9A | FF | 59 | 28 | 0 | 0 | CF | 64 | 38 |
| Octal | 35 | 232 | 377 | 131 | 50 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11101 | 10011010 | 11111111 | 1011001 | 101000 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1D9AFF
Complementary color
Monochromatic Colors of #1D9AFF
Black with #1D9AFF
Text Example
Text Example
White with #1D9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9AFF; }
p { color: rgb(29,154,255); }
H1.HeaderClassName
{
color: #1D9AFF;
}
.AnyTagClassName
{
color: #1D9AFF;
}
</style>
background-color css
<style>
a { background-color: #1D9AFF; }
a { background-color: rgb(29,154,255); }
div.DivClassName
{
background-color: #1D9AFF;
}
.BgClassName
{
background-color: #1D9AFF;
}
</style>
border-color css
<style>
span { border-color: #1D9AFF; }
span { border-color: rgb(29,154,255); }
td.TdClassName
{
border-color: #1D9AFF;
}
.TagClassName
{
border-color: #1D9AFF;
}
</style>