Shades of Dodger Blue #1D9BFC
Tints of Dodger Blue #1D9BFC
RGB
CMYK
RGB Variations
Color information
#1D9BFC (or 0x1D9BFC) is known color: Dodger Blue. HEX triplet: 1D, 9B and FC. RGB value is (29,155,252). Sum of RGB (Red+Green+Blue) = 29+155+252=436 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.65% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D9BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9BFC is #E26403. Grayscale: #7F7F7F. Windows color (decimal): -14836740 or 16554781. OLE color: 16554781.
HSL color Cylindrical-coordinate representation of color #1D9BFC: hue angle of 206.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D9BFC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 155 | 252 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.01 |
| HSL | 206.1º | 0.97% | 0.55% | - |
| HSV(B) | 206.1º | 0.88% | 0.99% | - |
| XYZ | 29.8 | 30.73 | 96.46 | - |
| YUV | 128.38 | 197.76 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 155 | 252 | 0.88 | 0.38 | 0 | 0.01 | 206.1 | 0.97 | 0.55 |
| Hex | 1D | 9B | FC | 58 | 26 | 0 | 1 | CE | 61 | 37 |
| Octal | 35 | 233 | 374 | 130 | 46 | 0 | 1 | 316 | 141 | 67 |
| Binary | 11101 | 10011011 | 11111100 | 1011000 | 100110 | 0 | 1 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1D9BFC
Complementary color
Monochromatic Colors of #1D9BFC
Black with #1D9BFC
Text Example
Text Example
White with #1D9BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9BFC; }
p { color: rgb(29,155,252); }
H1.HeaderClassName
{
color: #1D9BFC;
}
.AnyTagClassName
{
color: #1D9BFC;
}
</style>
background-color css
<style>
a { background-color: #1D9BFC; }
a { background-color: rgb(29,155,252); }
div.DivClassName
{
background-color: #1D9BFC;
}
.BgClassName
{
background-color: #1D9BFC;
}
</style>
border-color css
<style>
span { border-color: #1D9BFC; }
span { border-color: rgb(29,155,252); }
td.TdClassName
{
border-color: #1D9BFC;
}
.TagClassName
{
border-color: #1D9BFC;
}
</style>