Shades of Dodger Blue #128CF3
Tints of Dodger Blue #128CF3
RGB
CMYK
RGB Variations
Color information
#128CF3 (or 0x128CF3) is known color: Dodger Blue. HEX triplet: 12, 8C and F3. RGB value is (18,140,243). Sum of RGB (Red+Green+Blue) = 18+140+243=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #128CF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128CF3 is #ED730C. Grayscale: #727272. Windows color (decimal): -15561485 or 15961106. OLE color: 15961106.
HSL color Cylindrical-coordinate representation of color #128CF3: hue angle of 207.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128CF3 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 140 | 243 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.05 |
| HSL | 207.47º | 0.9% | 0.51% | - |
| HSV(B) | 207.47º | 0.93% | 0.95% | - |
| XYZ | 25.81 | 25.36 | 88.33 | - |
| YUV | 115.26 | 200.08 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 243 | 0.93 | 0.42 | 0 | 0.05 | 207.47 | 0.9 | 0.51 |
| Hex | 12 | 8C | F3 | 5D | 2A | 0 | 5 | CF | 5A | 33 |
| Octal | 22 | 214 | 363 | 135 | 52 | 0 | 5 | 317 | 132 | 63 |
| Binary | 10010 | 10001100 | 11110011 | 1011101 | 101010 | 0 | 101 | 11001111 | 1011010 | 110011 |
Color Harmonies of #128CF3
Complementary color
Monochromatic Colors of #128CF3
Black with #128CF3
Text Example
Text Example
White with #128CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CF3; }
p { color: rgb(18,140,243); }
H1.HeaderClassName
{
color: #128CF3;
}
.AnyTagClassName
{
color: #128CF3;
}
</style>
background-color css
<style>
a { background-color: #128CF3; }
a { background-color: rgb(18,140,243); }
div.DivClassName
{
background-color: #128CF3;
}
.BgClassName
{
background-color: #128CF3;
}
</style>
border-color css
<style>
span { border-color: #128CF3; }
span { border-color: rgb(18,140,243); }
td.TdClassName
{
border-color: #128CF3;
}
.TagClassName
{
border-color: #128CF3;
}
</style>