Shades of Dodger Blue #128AFF
Tints of Dodger Blue #128AFF
RGB
CMYK
RGB Variations
Color information
#128AFF (or 0x128AFF) is known color: Dodger Blue. HEX triplet: 12, 8A and FF. RGB value is (18,138,255). Sum of RGB (Red+Green+Blue) = 18+138+255=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #128AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128AFF is #ED7500. Grayscale: #727272. Windows color (decimal): -15561985 or 16747026. OLE color: 16747026.
HSL color Cylindrical-coordinate representation of color #128AFF: hue angle of 209.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128AFF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 138 | 255 | - |
| CMYK | 0.93 | 0.46 | 0 | 0 |
| HSL | 209.62º | 1% | 0.54% | - |
| HSV(B) | 209.62º | 0.93% | 1% | - |
| XYZ | 27.39 | 25.53 | 98.09 | - |
| YUV | 115.46 | 206.74 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 138 | 255 | 0.93 | 0.46 | 0 | 0 | 209.62 | 1 | 0.54 |
| Hex | 12 | 8A | FF | 5D | 2E | 0 | 0 | D2 | 64 | 36 |
| Octal | 22 | 212 | 377 | 135 | 56 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10010 | 10001010 | 11111111 | 1011101 | 101110 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #128AFF
Complementary color
Monochromatic Colors of #128AFF
Black with #128AFF
Text Example
Text Example
White with #128AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128AFF; }
p { color: rgb(18,138,255); }
H1.HeaderClassName
{
color: #128AFF;
}
.AnyTagClassName
{
color: #128AFF;
}
</style>
background-color css
<style>
a { background-color: #128AFF; }
a { background-color: rgb(18,138,255); }
div.DivClassName
{
background-color: #128AFF;
}
.BgClassName
{
background-color: #128AFF;
}
</style>
border-color css
<style>
span { border-color: #128AFF; }
span { border-color: rgb(18,138,255); }
td.TdClassName
{
border-color: #128AFF;
}
.TagClassName
{
border-color: #128AFF;
}
</style>