Shades of Dodger Blue #1880DD
Tints of Dodger Blue #1880DD
RGB
CMYK
RGB Variations
Color information
#1880DD (or 0x1880DD) is known color: Dodger Blue. HEX triplet: 18, 80 and DD. RGB value is (24,128,221). Sum of RGB (Red+Green+Blue) = 24+128+221=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 221 (86.72% from 255 or 59.25% from 373); Max value from RGB is 221 - color contains mainly: blue. Hex color #1880DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880DD is #E77F22. Grayscale: #6B6B6B. Windows color (decimal): -15171363 or 14516248. OLE color: 14516248.
HSL color Cylindrical-coordinate representation of color #1880DD: hue angle of 208.32º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1880DD is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 128 | 221 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.13 |
| HSL | 208.32º | 0.8% | 0.48% | - |
| HSV(B) | 208.32º | 0.89% | 0.87% | - |
| XYZ | 21.15 | 20.85 | 71.32 | - |
| YUV | 107.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 221 | 0.89 | 0.42 | 0 | 0.13 | 208.32 | 0.8 | 0.48 |
| Hex | 18 | 80 | DD | 59 | 2A | 0 | D | D0 | 50 | 30 |
| Octal | 30 | 200 | 335 | 131 | 52 | 0 | 15 | 320 | 120 | 60 |
| Binary | 11000 | 10000000 | 11011101 | 1011001 | 101010 | 0 | 1101 | 11010000 | 1010000 | 110000 |
Color Harmonies of #1880DD
Complementary color
Monochromatic Colors of #1880DD
Black with #1880DD
Text Example
Text Example
White with #1880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1880DD; }
p { color: rgb(24,128,221); }
H1.HeaderClassName
{
color: #1880DD;
}
.AnyTagClassName
{
color: #1880DD;
}
</style>
background-color css
<style>
a { background-color: #1880DD; }
a { background-color: rgb(24,128,221); }
div.DivClassName
{
background-color: #1880DD;
}
.BgClassName
{
background-color: #1880DD;
}
</style>
border-color css
<style>
span { border-color: #1880DD; }
span { border-color: rgb(24,128,221); }
td.TdClassName
{
border-color: #1880DD;
}
.TagClassName
{
border-color: #1880DD;
}
</style>