Shades of Dodger Blue #128DDD
Tints of Dodger Blue #128DDD
RGB
CMYK
RGB Variations
Color information
#128DDD (or 0x128DDD) is known color: Dodger Blue. HEX triplet: 12, 8D and DD. RGB value is (18,141,221). Sum of RGB (Red+Green+Blue) = 18+141+221=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #128DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DDD is #ED7222. Grayscale: #707070. Windows color (decimal): -15561251 or 14519570. OLE color: 14519570.
HSL color Cylindrical-coordinate representation of color #128DDD: hue angle of 203.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128DDD is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 141 | 221 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.13 |
| HSL | 203.65º | 0.85% | 0.47% | - |
| HSV(B) | 203.65º | 0.92% | 0.87% | - |
| XYZ | 22.83 | 24.4 | 71.91 | - |
| YUV | 113.34 | 188.75 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 221 | 0.92 | 0.36 | 0 | 0.13 | 203.65 | 0.85 | 0.47 |
| Hex | 12 | 8D | DD | 5C | 24 | 0 | D | CC | 55 | 2F |
| Octal | 22 | 215 | 335 | 134 | 44 | 0 | 15 | 314 | 125 | 57 |
| Binary | 10010 | 10001101 | 11011101 | 1011100 | 100100 | 0 | 1101 | 11001100 | 1010101 | 101111 |
Color Harmonies of #128DDD
Complementary color
Monochromatic Colors of #128DDD
Black with #128DDD
Text Example
Text Example
White with #128DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DDD; }
p { color: rgb(18,141,221); }
H1.HeaderClassName
{
color: #128DDD;
}
.AnyTagClassName
{
color: #128DDD;
}
</style>
background-color css
<style>
a { background-color: #128DDD; }
a { background-color: rgb(18,141,221); }
div.DivClassName
{
background-color: #128DDD;
}
.BgClassName
{
background-color: #128DDD;
}
</style>
border-color css
<style>
span { border-color: #128DDD; }
span { border-color: rgb(18,141,221); }
td.TdClassName
{
border-color: #128DDD;
}
.TagClassName
{
border-color: #128DDD;
}
</style>