Shades of Dodger Blue #128DE5
Tints of Dodger Blue #128DE5
RGB
CMYK
RGB Variations
Color information
#128DE5 (or 0x128DE5) is known color: Dodger Blue. HEX triplet: 12, 8D and E5. RGB value is (18,141,229). Sum of RGB (Red+Green+Blue) = 18+141+229=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 229 (89.84% from 255 or 59.02% from 388); Max value from RGB is 229 - color contains mainly: blue. Hex color #128DE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DE5 is #ED721A. Grayscale: #717171. Windows color (decimal): -15561243 or 15043858. OLE color: 15043858.
HSL color Cylindrical-coordinate representation of color #128DE5: hue angle of 205.02º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128DE5 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 141 | 229 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.10 |
| HSL | 205.02º | 0.85% | 0.48% | - |
| HSV(B) | 205.02º | 0.92% | 0.9% | - |
| XYZ | 23.92 | 24.84 | 77.66 | - |
| YUV | 114.26 | 192.75 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 229 | 0.92 | 0.38 | 0 | 0.10 | 205.02 | 0.85 | 0.48 |
| Hex | 12 | 8D | E5 | 5C | 26 | 0 | A | CD | 55 | 30 |
| Octal | 22 | 215 | 345 | 134 | 46 | 0 | 12 | 315 | 125 | 60 |
| Binary | 10010 | 10001101 | 11100101 | 1011100 | 100110 | 0 | 1010 | 11001101 | 1010101 | 110000 |
Color Harmonies of #128DE5
Complementary color
Monochromatic Colors of #128DE5
Black with #128DE5
Text Example
Text Example
White with #128DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DE5; }
p { color: rgb(18,141,229); }
H1.HeaderClassName
{
color: #128DE5;
}
.AnyTagClassName
{
color: #128DE5;
}
</style>
background-color css
<style>
a { background-color: #128DE5; }
a { background-color: rgb(18,141,229); }
div.DivClassName
{
background-color: #128DE5;
}
.BgClassName
{
background-color: #128DE5;
}
</style>
border-color css
<style>
span { border-color: #128DE5; }
span { border-color: rgb(18,141,229); }
td.TdClassName
{
border-color: #128DE5;
}
.TagClassName
{
border-color: #128DE5;
}
</style>