Shades of Dodger Blue #1D80E0
Tints of Dodger Blue #1D80E0
RGB
CMYK
RGB Variations
Color information
#1D80E0 (or 0x1D80E0) is known color: Dodger Blue. HEX triplet: 1D, 80 and E0. RGB value is (29,128,224). Sum of RGB (Red+Green+Blue) = 29+128+224=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #1D80E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80E0 is #E27F1F. Grayscale: #6C6C6C. Windows color (decimal): -14843680 or 14712861. OLE color: 14712861.
HSL color Cylindrical-coordinate representation of color #1D80E0: hue angle of 209.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D80E0 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 128 | 224 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.12 |
| HSL | 209.54º | 0.77% | 0.5% | - |
| HSV(B) | 209.54º | 0.87% | 0.88% | - |
| XYZ | 21.68 | 21.08 | 73.45 | - |
| YUV | 109.34 | 192.7 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 224 | 0.87 | 0.43 | 0 | 0.12 | 209.54 | 0.77 | 0.5 |
| Hex | 1D | 80 | E0 | 57 | 2B | 0 | C | D2 | 4D | 32 |
| Octal | 35 | 200 | 340 | 127 | 53 | 0 | 14 | 322 | 115 | 62 |
| Binary | 11101 | 10000000 | 11100000 | 1010111 | 101011 | 0 | 1100 | 11010010 | 1001101 | 110010 |
Color Harmonies of #1D80E0
Complementary color
Monochromatic Colors of #1D80E0
Black with #1D80E0
Text Example
Text Example
White with #1D80E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D80E0; }
p { color: rgb(29,128,224); }
H1.HeaderClassName
{
color: #1D80E0;
}
.AnyTagClassName
{
color: #1D80E0;
}
</style>
background-color css
<style>
a { background-color: #1D80E0; }
a { background-color: rgb(29,128,224); }
div.DivClassName
{
background-color: #1D80E0;
}
.BgClassName
{
background-color: #1D80E0;
}
</style>
border-color css
<style>
span { border-color: #1D80E0; }
span { border-color: rgb(29,128,224); }
td.TdClassName
{
border-color: #1D80E0;
}
.TagClassName
{
border-color: #1D80E0;
}
</style>