Shades of Dodger Blue #128FDE
Tints of Dodger Blue #128FDE
RGB
CMYK
RGB Variations
Color information
#128FDE (or 0x128FDE) is known color: Dodger Blue. HEX triplet: 12, 8F and DE. RGB value is (18,143,222). Sum of RGB (Red+Green+Blue) = 18+143+222=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #128FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FDE is #ED7021. Grayscale: #727272. Windows color (decimal): -15560738 or 14585618. OLE color: 14585618.
HSL color Cylindrical-coordinate representation of color #128FDE: hue angle of 203.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128FDE is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 143 | 222 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.13 |
| HSL | 203.24º | 0.85% | 0.47% | - |
| HSV(B) | 203.24º | 0.92% | 0.87% | - |
| XYZ | 23.26 | 25.05 | 72.72 | - |
| YUV | 114.63 | 188.59 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 222 | 0.92 | 0.36 | 0 | 0.13 | 203.24 | 0.85 | 0.47 |
| Hex | 12 | 8F | DE | 5C | 24 | 0 | D | CB | 55 | 2F |
| Octal | 22 | 217 | 336 | 134 | 44 | 0 | 15 | 313 | 125 | 57 |
| Binary | 10010 | 10001111 | 11011110 | 1011100 | 100100 | 0 | 1101 | 11001011 | 1010101 | 101111 |
Color Harmonies of #128FDE
Complementary color
Monochromatic Colors of #128FDE
Black with #128FDE
Text Example
Text Example
White with #128FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FDE; }
p { color: rgb(18,143,222); }
H1.HeaderClassName
{
color: #128FDE;
}
.AnyTagClassName
{
color: #128FDE;
}
</style>
background-color css
<style>
a { background-color: #128FDE; }
a { background-color: rgb(18,143,222); }
div.DivClassName
{
background-color: #128FDE;
}
.BgClassName
{
background-color: #128FDE;
}
</style>
border-color css
<style>
span { border-color: #128FDE; }
span { border-color: rgb(18,143,222); }
td.TdClassName
{
border-color: #128FDE;
}
.TagClassName
{
border-color: #128FDE;
}
</style>