Shades of Dodger Blue #128FFC
Tints of Dodger Blue #128FFC
RGB
CMYK
RGB Variations
Color information
#128FFC (or 0x128FFC) is known color: Dodger Blue. HEX triplet: 12, 8F and FC. RGB value is (18,143,252). Sum of RGB (Red+Green+Blue) = 18+143+252=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #128FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FFC is #ED7003. Grayscale: #757575. Windows color (decimal): -15560708 or 16551698. OLE color: 16551698.
HSL color Cylindrical-coordinate representation of color #128FFC: hue angle of 207.95º 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 #128FFC is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 143 | 252 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.01 |
| HSL | 207.95º | 0.98% | 0.53% | - |
| HSV(B) | 207.95º | 0.93% | 0.99% | - |
| XYZ | 27.64 | 26.8 | 95.81 | - |
| YUV | 118.05 | 203.59 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 252 | 0.93 | 0.43 | 0 | 0.01 | 207.95 | 0.98 | 0.53 |
| Hex | 12 | 8F | FC | 5D | 2B | 0 | 1 | D0 | 62 | 35 |
| Octal | 22 | 217 | 374 | 135 | 53 | 0 | 1 | 320 | 142 | 65 |
| Binary | 10010 | 10001111 | 11111100 | 1011101 | 101011 | 0 | 1 | 11010000 | 1100010 | 110101 |
Color Harmonies of #128FFC
Complementary color
Monochromatic Colors of #128FFC
Black with #128FFC
Text Example
Text Example
White with #128FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FFC; }
p { color: rgb(18,143,252); }
H1.HeaderClassName
{
color: #128FFC;
}
.AnyTagClassName
{
color: #128FFC;
}
</style>
background-color css
<style>
a { background-color: #128FFC; }
a { background-color: rgb(18,143,252); }
div.DivClassName
{
background-color: #128FFC;
}
.BgClassName
{
background-color: #128FFC;
}
</style>
border-color css
<style>
span { border-color: #128FFC; }
span { border-color: rgb(18,143,252); }
td.TdClassName
{
border-color: #128FFC;
}
.TagClassName
{
border-color: #128FFC;
}
</style>