Shades of Dodger Blue #128BFD
Tints of Dodger Blue #128BFD
RGB
CMYK
RGB Variations
Color information
#128BFD (or 0x128BFD) is known color: Dodger Blue. HEX triplet: 12, 8B and FD. RGB value is (18,139,253). Sum of RGB (Red+Green+Blue) = 18+139+253=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #128BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128BFD is #ED7402. Grayscale: #737373. Windows color (decimal): -15561731 or 16616210. OLE color: 16616210.
HSL color Cylindrical-coordinate representation of color #128BFD: hue angle of 209.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128BFD is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 139 | 253 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.01 |
| HSL | 209.11º | 0.98% | 0.53% | - |
| HSV(B) | 209.11º | 0.93% | 0.99% | - |
| XYZ | 27.21 | 25.69 | 96.45 | - |
| YUV | 115.82 | 205.41 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 253 | 0.93 | 0.45 | 0 | 0.01 | 209.11 | 0.98 | 0.53 |
| Hex | 12 | 8B | FD | 5D | 2D | 0 | 1 | D1 | 62 | 35 |
| Octal | 22 | 213 | 375 | 135 | 55 | 0 | 1 | 321 | 142 | 65 |
| Binary | 10010 | 10001011 | 11111101 | 1011101 | 101101 | 0 | 1 | 11010001 | 1100010 | 110101 |
Color Harmonies of #128BFD
Complementary color
Monochromatic Colors of #128BFD
Black with #128BFD
Text Example
Text Example
White with #128BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BFD; }
p { color: rgb(18,139,253); }
H1.HeaderClassName
{
color: #128BFD;
}
.AnyTagClassName
{
color: #128BFD;
}
</style>
background-color css
<style>
a { background-color: #128BFD; }
a { background-color: rgb(18,139,253); }
div.DivClassName
{
background-color: #128BFD;
}
.BgClassName
{
background-color: #128BFD;
}
</style>
border-color css
<style>
span { border-color: #128BFD; }
span { border-color: rgb(18,139,253); }
td.TdClassName
{
border-color: #128BFD;
}
.TagClassName
{
border-color: #128BFD;
}
</style>