Shades of Dodger Blue #128BFF
Tints of Dodger Blue #128BFF
RGB
CMYK
RGB Variations
Color information
#128BFF (or 0x128BFF) is known color: Dodger Blue. HEX triplet: 12, 8B and FF. RGB value is (18,139,255). Sum of RGB (Red+Green+Blue) = 18+139+255=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #128BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BFF is #ED7400. Grayscale: #737373. Windows color (decimal): -15561729 or 16747282. OLE color: 16747282.
HSL color Cylindrical-coordinate representation of color #128BFF: hue angle of 209.37º 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 #128BFF is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 139 | 255 | - |
| CMYK | 0.93 | 0.45 | 0 | 0 |
| HSL | 209.37º | 1% | 0.54% | - |
| HSV(B) | 209.37º | 0.93% | 1% | - |
| XYZ | 27.53 | 25.81 | 98.14 | - |
| YUV | 116.05 | 206.41 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 255 | 0.93 | 0.45 | 0 | 0 | 209.37 | 1 | 0.54 |
| Hex | 12 | 8B | FF | 5D | 2D | 0 | 0 | D1 | 64 | 36 |
| Octal | 22 | 213 | 377 | 135 | 55 | 0 | 0 | 321 | 144 | 66 |
| Binary | 10010 | 10001011 | 11111111 | 1011101 | 101101 | 0 | 0 | 11010001 | 1100100 | 110110 |
Color Harmonies of #128BFF
Complementary color
Monochromatic Colors of #128BFF
Black with #128BFF
Text Example
Text Example
White with #128BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BFF; }
p { color: rgb(18,139,255); }
H1.HeaderClassName
{
color: #128BFF;
}
.AnyTagClassName
{
color: #128BFF;
}
</style>
background-color css
<style>
a { background-color: #128BFF; }
a { background-color: rgb(18,139,255); }
div.DivClassName
{
background-color: #128BFF;
}
.BgClassName
{
background-color: #128BFF;
}
</style>
border-color css
<style>
span { border-color: #128BFF; }
span { border-color: rgb(18,139,255); }
td.TdClassName
{
border-color: #128BFF;
}
.TagClassName
{
border-color: #128BFF;
}
</style>