Shades of Dodger Blue #129DFE
Tints of Dodger Blue #129DFE
RGB
CMYK
RGB Variations
Color information
#129DFE (or 0x129DFE) is known color: Dodger Blue. HEX triplet: 12, 9D and FE. RGB value is (18,157,254). Sum of RGB (Red+Green+Blue) = 18+157+254=429 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.20% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #129DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129DFE is #ED6201. Grayscale: #7D7D7D. Windows color (decimal): -15557122 or 16686354. OLE color: 16686354.
HSL color Cylindrical-coordinate representation of color #129DFE: hue angle of 204.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129DFE is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 157 | 254 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.00 |
| HSL | 204.66º | 0.99% | 0.53% | - |
| HSV(B) | 204.66º | 0.93% | 1% | - |
| XYZ | 30.2 | 31.4 | 98.23 | - |
| YUV | 126.5 | 199.95 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 254 | 0.93 | 0.38 | 0 | 0.00 | 204.66 | 0.99 | 0.53 |
| Hex | 12 | 9D | FE | 5D | 26 | 0 | 0 | CD | 63 | 35 |
| Octal | 22 | 235 | 376 | 135 | 46 | 0 | 0 | 315 | 143 | 65 |
| Binary | 10010 | 10011101 | 11111110 | 1011101 | 100110 | 0 | 0 | 11001101 | 1100011 | 110101 |
Color Harmonies of #129DFE
Complementary color
Monochromatic Colors of #129DFE
Black with #129DFE
Text Example
Text Example
White with #129DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DFE; }
p { color: rgb(18,157,254); }
H1.HeaderClassName
{
color: #129DFE;
}
.AnyTagClassName
{
color: #129DFE;
}
</style>
background-color css
<style>
a { background-color: #129DFE; }
a { background-color: rgb(18,157,254); }
div.DivClassName
{
background-color: #129DFE;
}
.BgClassName
{
background-color: #129DFE;
}
</style>
border-color css
<style>
span { border-color: #129DFE; }
span { border-color: rgb(18,157,254); }
td.TdClassName
{
border-color: #129DFE;
}
.TagClassName
{
border-color: #129DFE;
}
</style>