Shades of Dodger Blue #129FFF
Tints of Dodger Blue #129FFF
RGB
CMYK
RGB Variations
Color information
#129FFF (or 0x129FFF) is known color: Dodger Blue. HEX triplet: 12, 9F and FF. RGB value is (18,159,255). Sum of RGB (Red+Green+Blue) = 18+159+255=432 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.17% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #129FFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FFF is #ED6000. Grayscale: #7F7F7F. Windows color (decimal): -15556609 or 16752402. OLE color: 16752402.
HSL color Cylindrical-coordinate representation of color #129FFF: hue angle of 204.3º 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 #129FFF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 159 | 255 | - |
| CMYK | 0.93 | 0.38 | 0 | 0 |
| HSL | 204.3º | 1% | 0.54% | - |
| HSV(B) | 204.3º | 0.93% | 1% | - |
| XYZ | 30.7 | 32.14 | 99.19 | - |
| YUV | 127.79 | 199.79 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 255 | 0.93 | 0.38 | 0 | 0 | 204.3 | 1 | 0.54 |
| Hex | 12 | 9F | FF | 5D | 26 | 0 | 0 | CC | 64 | 36 |
| Octal | 22 | 237 | 377 | 135 | 46 | 0 | 0 | 314 | 144 | 66 |
| Binary | 10010 | 10011111 | 11111111 | 1011101 | 100110 | 0 | 0 | 11001100 | 1100100 | 110110 |
Color Harmonies of #129FFF
Complementary color
Monochromatic Colors of #129FFF
Black with #129FFF
Text Example
Text Example
White with #129FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FFF; }
p { color: rgb(18,159,255); }
H1.HeaderClassName
{
color: #129FFF;
}
.AnyTagClassName
{
color: #129FFF;
}
</style>
background-color css
<style>
a { background-color: #129FFF; }
a { background-color: rgb(18,159,255); }
div.DivClassName
{
background-color: #129FFF;
}
.BgClassName
{
background-color: #129FFF;
}
</style>
border-color css
<style>
span { border-color: #129FFF; }
span { border-color: rgb(18,159,255); }
td.TdClassName
{
border-color: #129FFF;
}
.TagClassName
{
border-color: #129FFF;
}
</style>