Shades of Dodger Blue #129FFD
Tints of Dodger Blue #129FFD
RGB
CMYK
RGB Variations
Color information
#129FFD (or 0x129FFD) is known color: Dodger Blue. HEX triplet: 12, 9F and FD. RGB value is (18,159,253). Sum of RGB (Red+Green+Blue) = 18+159+253=430 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.19% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #129FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FFD is #ED6002. Grayscale: #7F7F7F. Windows color (decimal): -15556611 or 16621330. OLE color: 16621330.
HSL color Cylindrical-coordinate representation of color #129FFD: hue angle of 204º 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 #129FFD is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 159 | 253 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.01 |
| HSL | 204º | 0.98% | 0.53% | - |
| HSV(B) | 204º | 0.93% | 0.99% | - |
| XYZ | 30.38 | 32.02 | 97.51 | - |
| YUV | 127.56 | 198.79 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 253 | 0.93 | 0.37 | 0 | 0.01 | 204 | 0.98 | 0.53 |
| Hex | 12 | 9F | FD | 5D | 25 | 0 | 1 | CC | 62 | 35 |
| Octal | 22 | 237 | 375 | 135 | 45 | 0 | 1 | 314 | 142 | 65 |
| Binary | 10010 | 10011111 | 11111101 | 1011101 | 100101 | 0 | 1 | 11001100 | 1100010 | 110101 |
Color Harmonies of #129FFD
Complementary color
Monochromatic Colors of #129FFD
Black with #129FFD
Text Example
Text Example
White with #129FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FFD; }
p { color: rgb(18,159,253); }
H1.HeaderClassName
{
color: #129FFD;
}
.AnyTagClassName
{
color: #129FFD;
}
</style>
background-color css
<style>
a { background-color: #129FFD; }
a { background-color: rgb(18,159,253); }
div.DivClassName
{
background-color: #129FFD;
}
.BgClassName
{
background-color: #129FFD;
}
</style>
border-color css
<style>
span { border-color: #129FFD; }
span { border-color: rgb(18,159,253); }
td.TdClassName
{
border-color: #129FFD;
}
.TagClassName
{
border-color: #129FFD;
}
</style>