Shades of Dodger Blue #128FE6
Tints of Dodger Blue #128FE6
RGB
CMYK
RGB Variations
Color information
#128FE6 (or 0x128FE6) is known color: Dodger Blue. HEX triplet: 12, 8F and E6. RGB value is (18,143,230). Sum of RGB (Red+Green+Blue) = 18+143+230=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #128FE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FE6 is #ED7019. Grayscale: #737373. Windows color (decimal): -15560730 or 15109906. OLE color: 15109906.
HSL color Cylindrical-coordinate representation of color #128FE6: hue angle of 204.62º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128FE6 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 143 | 230 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.10 |
| HSL | 204.62º | 0.85% | 0.49% | - |
| HSV(B) | 204.62º | 0.92% | 0.9% | - |
| XYZ | 24.35 | 25.49 | 78.5 | - |
| YUV | 115.54 | 192.59 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 230 | 0.92 | 0.38 | 0 | 0.10 | 204.62 | 0.85 | 0.49 |
| Hex | 12 | 8F | E6 | 5C | 26 | 0 | A | CD | 55 | 31 |
| Octal | 22 | 217 | 346 | 134 | 46 | 0 | 12 | 315 | 125 | 61 |
| Binary | 10010 | 10001111 | 11100110 | 1011100 | 100110 | 0 | 1010 | 11001101 | 1010101 | 110001 |
Color Harmonies of #128FE6
Complementary color
Monochromatic Colors of #128FE6
Black with #128FE6
Text Example
Text Example
White with #128FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FE6; }
p { color: rgb(18,143,230); }
H1.HeaderClassName
{
color: #128FE6;
}
.AnyTagClassName
{
color: #128FE6;
}
</style>
background-color css
<style>
a { background-color: #128FE6; }
a { background-color: rgb(18,143,230); }
div.DivClassName
{
background-color: #128FE6;
}
.BgClassName
{
background-color: #128FE6;
}
</style>
border-color css
<style>
span { border-color: #128FE6; }
span { border-color: rgb(18,143,230); }
td.TdClassName
{
border-color: #128FE6;
}
.TagClassName
{
border-color: #128FE6;
}
</style>