Shades of Dodger Blue #128EE2
Tints of Dodger Blue #128EE2
RGB
CMYK
RGB Variations
Color information
#128EE2 (or 0x128EE2) is known color: Dodger Blue. HEX triplet: 12, 8E and E2. RGB value is (18,142,226). Sum of RGB (Red+Green+Blue) = 18+142+226=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #128EE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EE2 is #ED711D. Grayscale: #727272. Windows color (decimal): -15560990 or 14847506. OLE color: 14847506.
HSL color Cylindrical-coordinate representation of color #128EE2: hue angle of 204.23º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128EE2 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 142 | 226 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.11 |
| HSL | 204.23º | 0.85% | 0.48% | - |
| HSV(B) | 204.23º | 0.92% | 0.89% | - |
| XYZ | 23.65 | 24.97 | 75.52 | - |
| YUV | 114.5 | 190.92 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 226 | 0.92 | 0.37 | 0 | 0.11 | 204.23 | 0.85 | 0.48 |
| Hex | 12 | 8E | E2 | 5C | 25 | 0 | B | CC | 55 | 30 |
| Octal | 22 | 216 | 342 | 134 | 45 | 0 | 13 | 314 | 125 | 60 |
| Binary | 10010 | 10001110 | 11100010 | 1011100 | 100101 | 0 | 1011 | 11001100 | 1010101 | 110000 |
Color Harmonies of #128EE2
Complementary color
Monochromatic Colors of #128EE2
Black with #128EE2
Text Example
Text Example
White with #128EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128EE2; }
p { color: rgb(18,142,226); }
H1.HeaderClassName
{
color: #128EE2;
}
.AnyTagClassName
{
color: #128EE2;
}
</style>
background-color css
<style>
a { background-color: #128EE2; }
a { background-color: rgb(18,142,226); }
div.DivClassName
{
background-color: #128EE2;
}
.BgClassName
{
background-color: #128EE2;
}
</style>
border-color css
<style>
span { border-color: #128EE2; }
span { border-color: rgb(18,142,226); }
td.TdClassName
{
border-color: #128EE2;
}
.TagClassName
{
border-color: #128EE2;
}
</style>