Shades of Dodger Blue #1D9CFC
Tints of Dodger Blue #1D9CFC
RGB
CMYK
RGB Variations
Color information
#1D9CFC (or 0x1D9CFC) is known color: Dodger Blue. HEX triplet: 1D, 9C and FC. RGB value is (29,156,252). Sum of RGB (Red+Green+Blue) = 29+156+252=437 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.64% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #1D9CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D9CFC is #E26303. Grayscale: #808080. Windows color (decimal): -14836484 or 16555037. OLE color: 16555037.
HSL color Cylindrical-coordinate representation of color #1D9CFC: hue angle of 205.83º 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 #1D9CFC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 156 | 252 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.01 |
| HSL | 205.83º | 0.97% | 0.55% | - |
| HSV(B) | 205.83º | 0.88% | 0.99% | - |
| XYZ | 29.97 | 31.07 | 96.51 | - |
| YUV | 128.97 | 197.42 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 156 | 252 | 0.88 | 0.38 | 0 | 0.01 | 205.83 | 0.97 | 0.55 |
| Hex | 1D | 9C | FC | 58 | 26 | 0 | 1 | CE | 61 | 37 |
| Octal | 35 | 234 | 374 | 130 | 46 | 0 | 1 | 316 | 141 | 67 |
| Binary | 11101 | 10011100 | 11111100 | 1011000 | 100110 | 0 | 1 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1D9CFC
Complementary color
Monochromatic Colors of #1D9CFC
Black with #1D9CFC
Text Example
Text Example
White with #1D9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9CFC; }
p { color: rgb(29,156,252); }
H1.HeaderClassName
{
color: #1D9CFC;
}
.AnyTagClassName
{
color: #1D9CFC;
}
</style>
background-color css
<style>
a { background-color: #1D9CFC; }
a { background-color: rgb(29,156,252); }
div.DivClassName
{
background-color: #1D9CFC;
}
.BgClassName
{
background-color: #1D9CFC;
}
</style>
border-color css
<style>
span { border-color: #1D9CFC; }
span { border-color: rgb(29,156,252); }
td.TdClassName
{
border-color: #1D9CFC;
}
.TagClassName
{
border-color: #1D9CFC;
}
</style>