Shades of Dodger Blue #128DF8
Tints of Dodger Blue #128DF8
RGB
CMYK
RGB Variations
Color information
#128DF8 (or 0x128DF8) is known color: Dodger Blue. HEX triplet: 12, 8D and F8. RGB value is (18,141,248). Sum of RGB (Red+Green+Blue) = 18+141+248=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #128DF8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128DF8 is #ED7207. Grayscale: #737373. Windows color (decimal): -15561224 or 16289042. OLE color: 16289042.
HSL color Cylindrical-coordinate representation of color #128DF8: hue angle of 207.91º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128DF8 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 141 | 248 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.03 |
| HSL | 207.91º | 0.94% | 0.52% | - |
| HSV(B) | 207.91º | 0.93% | 0.97% | - |
| XYZ | 26.72 | 25.96 | 92.41 | - |
| YUV | 116.42 | 202.25 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 248 | 0.93 | 0.43 | 0 | 0.03 | 207.91 | 0.94 | 0.52 |
| Hex | 12 | 8D | F8 | 5D | 2B | 0 | 3 | D0 | 5E | 34 |
| Octal | 22 | 215 | 370 | 135 | 53 | 0 | 3 | 320 | 136 | 64 |
| Binary | 10010 | 10001101 | 11111000 | 1011101 | 101011 | 0 | 11 | 11010000 | 1011110 | 110100 |
Color Harmonies of #128DF8
Complementary color
Monochromatic Colors of #128DF8
Black with #128DF8
Text Example
Text Example
White with #128DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DF8; }
p { color: rgb(18,141,248); }
H1.HeaderClassName
{
color: #128DF8;
}
.AnyTagClassName
{
color: #128DF8;
}
</style>
background-color css
<style>
a { background-color: #128DF8; }
a { background-color: rgb(18,141,248); }
div.DivClassName
{
background-color: #128DF8;
}
.BgClassName
{
background-color: #128DF8;
}
</style>
border-color css
<style>
span { border-color: #128DF8; }
span { border-color: rgb(18,141,248); }
td.TdClassName
{
border-color: #128DF8;
}
.TagClassName
{
border-color: #128DF8;
}
</style>