Shades of Dodger Blue #128EE0
Tints of Dodger Blue #128EE0
RGB
CMYK
RGB Variations
Color information
#128EE0 (or 0x128EE0) is known color: Dodger Blue. HEX triplet: 12, 8E and E0. RGB value is (18,142,224). Sum of RGB (Red+Green+Blue) = 18+142+224=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #128EE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EE0 is #ED711F. Grayscale: #717171. Windows color (decimal): -15560992 or 14716434. OLE color: 14716434.
HSL color Cylindrical-coordinate representation of color #128EE0: hue angle of 203.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128EE0 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 142 | 224 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.12 |
| HSL | 203.88º | 0.85% | 0.47% | - |
| HSV(B) | 203.88º | 0.92% | 0.88% | - |
| XYZ | 23.38 | 24.86 | 74.09 | - |
| YUV | 114.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 224 | 0.92 | 0.37 | 0 | 0.12 | 203.88 | 0.85 | 0.47 |
| Hex | 12 | 8E | E0 | 5C | 25 | 0 | C | CC | 55 | 2F |
| Octal | 22 | 216 | 340 | 134 | 45 | 0 | 14 | 314 | 125 | 57 |
| Binary | 10010 | 10001110 | 11100000 | 1011100 | 100101 | 0 | 1100 | 11001100 | 1010101 | 101111 |
Color Harmonies of #128EE0
Complementary color
Monochromatic Colors of #128EE0
Black with #128EE0
Text Example
Text Example
White with #128EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128EE0; }
p { color: rgb(18,142,224); }
H1.HeaderClassName
{
color: #128EE0;
}
.AnyTagClassName
{
color: #128EE0;
}
</style>
background-color css
<style>
a { background-color: #128EE0; }
a { background-color: rgb(18,142,224); }
div.DivClassName
{
background-color: #128EE0;
}
.BgClassName
{
background-color: #128EE0;
}
</style>
border-color css
<style>
span { border-color: #128EE0; }
span { border-color: rgb(18,142,224); }
td.TdClassName
{
border-color: #128EE0;
}
.TagClassName
{
border-color: #128EE0;
}
</style>