Shades of Dodger Blue #1D9FF2
Tints of Dodger Blue #1D9FF2
RGB
CMYK
RGB Variations
Color information
#1D9FF2 (or 0x1D9FF2) is known color: Dodger Blue. HEX triplet: 1D, 9F and F2. RGB value is (29,159,242). Sum of RGB (Red+Green+Blue) = 29+159+242=430 (56% of max value = 765). Red value is 29 (11.72% from 255 or 6.74% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #1D9FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9FF2 is #E2600D. Grayscale: #818181. Windows color (decimal): -14835726 or 15900445. OLE color: 15900445.
HSL color Cylindrical-coordinate representation of color #1D9FF2: hue angle of 203.38º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D9FF2 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 159 | 242 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.05 |
| HSL | 203.38º | 0.89% | 0.53% | - |
| HSV(B) | 203.38º | 0.88% | 0.95% | - |
| XYZ | 28.93 | 31.47 | 88.55 | - |
| YUV | 129.59 | 191.43 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 242 | 0.88 | 0.34 | 0 | 0.05 | 203.38 | 0.89 | 0.53 |
| Hex | 1D | 9F | F2 | 58 | 22 | 0 | 5 | CB | 59 | 35 |
| Octal | 35 | 237 | 362 | 130 | 42 | 0 | 5 | 313 | 131 | 65 |
| Binary | 11101 | 10011111 | 11110010 | 1011000 | 100010 | 0 | 101 | 11001011 | 1011001 | 110101 |
Color Harmonies of #1D9FF2
Complementary color
Monochromatic Colors of #1D9FF2
Black with #1D9FF2
Text Example
Text Example
White with #1D9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9FF2; }
p { color: rgb(29,159,242); }
H1.HeaderClassName
{
color: #1D9FF2;
}
.AnyTagClassName
{
color: #1D9FF2;
}
</style>
background-color css
<style>
a { background-color: #1D9FF2; }
a { background-color: rgb(29,159,242); }
div.DivClassName
{
background-color: #1D9FF2;
}
.BgClassName
{
background-color: #1D9FF2;
}
</style>
border-color css
<style>
span { border-color: #1D9FF2; }
span { border-color: rgb(29,159,242); }
td.TdClassName
{
border-color: #1D9FF2;
}
.TagClassName
{
border-color: #1D9FF2;
}
</style>