Shades of Dodger Blue #129CFD
Tints of Dodger Blue #129CFD
RGB
CMYK
RGB Variations
Color information
#129CFD (or 0x129CFD) is known color: Dodger Blue. HEX triplet: 12, 9C and FD. RGB value is (18,156,253). Sum of RGB (Red+Green+Blue) = 18+156+253=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #129CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CFD is #ED6302. Grayscale: #7D7D7D. Windows color (decimal): -15557379 or 16620562. OLE color: 16620562.
HSL color Cylindrical-coordinate representation of color #129CFD: hue angle of 204.77º 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 #129CFD is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 156 | 253 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.01 |
| HSL | 204.77º | 0.98% | 0.53% | - |
| HSV(B) | 204.77º | 0.93% | 0.99% | - |
| XYZ | 29.87 | 31 | 97.34 | - |
| YUV | 125.8 | 199.78 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 253 | 0.93 | 0.38 | 0 | 0.01 | 204.77 | 0.98 | 0.53 |
| Hex | 12 | 9C | FD | 5D | 26 | 0 | 1 | CD | 62 | 35 |
| Octal | 22 | 234 | 375 | 135 | 46 | 0 | 1 | 315 | 142 | 65 |
| Binary | 10010 | 10011100 | 11111101 | 1011101 | 100110 | 0 | 1 | 11001101 | 1100010 | 110101 |
Color Harmonies of #129CFD
Complementary color
Monochromatic Colors of #129CFD
Black with #129CFD
Text Example
Text Example
White with #129CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CFD; }
p { color: rgb(18,156,253); }
H1.HeaderClassName
{
color: #129CFD;
}
.AnyTagClassName
{
color: #129CFD;
}
</style>
background-color css
<style>
a { background-color: #129CFD; }
a { background-color: rgb(18,156,253); }
div.DivClassName
{
background-color: #129CFD;
}
.BgClassName
{
background-color: #129CFD;
}
</style>
border-color css
<style>
span { border-color: #129CFD; }
span { border-color: rgb(18,156,253); }
td.TdClassName
{
border-color: #129CFD;
}
.TagClassName
{
border-color: #129CFD;
}
</style>