Shades of Dodger Blue #128EEF
Tints of Dodger Blue #128EEF
RGB
CMYK
RGB Variations
Color information
#128EEF (or 0x128EEF) is known color: Dodger Blue. HEX triplet: 12, 8E and EF. RGB value is (18,142,239). Sum of RGB (Red+Green+Blue) = 18+142+239=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #128EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128EEF is #ED7110. Grayscale: #737373. Windows color (decimal): -15560977 or 15699474. OLE color: 15699474.
HSL color Cylindrical-coordinate representation of color #128EEF: hue angle of 206.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128EEF is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 142 | 239 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.06 |
| HSL | 206.33º | 0.87% | 0.5% | - |
| HSV(B) | 206.33º | 0.92% | 0.94% | - |
| XYZ | 25.5 | 25.71 | 85.28 | - |
| YUV | 115.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 239 | 0.92 | 0.41 | 0 | 0.06 | 206.33 | 0.87 | 0.5 |
| Hex | 12 | 8E | EF | 5C | 29 | 0 | 6 | CE | 57 | 32 |
| Octal | 22 | 216 | 357 | 134 | 51 | 0 | 6 | 316 | 127 | 62 |
| Binary | 10010 | 10001110 | 11101111 | 1011100 | 101001 | 0 | 110 | 11001110 | 1010111 | 110010 |
Color Harmonies of #128EEF
Complementary color
Monochromatic Colors of #128EEF
Black with #128EEF
Text Example
Text Example
White with #128EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128EEF; }
p { color: rgb(18,142,239); }
H1.HeaderClassName
{
color: #128EEF;
}
.AnyTagClassName
{
color: #128EEF;
}
</style>
background-color css
<style>
a { background-color: #128EEF; }
a { background-color: rgb(18,142,239); }
div.DivClassName
{
background-color: #128EEF;
}
.BgClassName
{
background-color: #128EEF;
}
</style>
border-color css
<style>
span { border-color: #128EEF; }
span { border-color: rgb(18,142,239); }
td.TdClassName
{
border-color: #128EEF;
}
.TagClassName
{
border-color: #128EEF;
}
</style>