Shades of Dodger Blue #129CE9
Tints of Dodger Blue #129CE9
RGB
CMYK
RGB Variations
Color information
#129CE9 (or 0x129CE9) is known color: Dodger Blue. HEX triplet: 12, 9C and E9. RGB value is (18,156,233). Sum of RGB (Red+Green+Blue) = 18+156+233=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 233 (91.41% from 255 or 57.25% from 407); Max value from RGB is 233 - color contains mainly: blue. Hex color #129CE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129CE9 is #ED6316. Grayscale: #7B7B7B. Windows color (decimal): -15557399 or 15309842. OLE color: 15309842.
HSL color Cylindrical-coordinate representation of color #129CE9: hue angle of 201.49º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129CE9 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 156 | 233 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.09 |
| HSL | 201.49º | 0.86% | 0.49% | - |
| HSV(B) | 201.49º | 0.92% | 0.91% | - |
| XYZ | 26.85 | 29.79 | 81.43 | - |
| YUV | 123.52 | 189.78 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 233 | 0.92 | 0.33 | 0 | 0.09 | 201.49 | 0.86 | 0.49 |
| Hex | 12 | 9C | E9 | 5C | 21 | 0 | 9 | C9 | 56 | 31 |
| Octal | 22 | 234 | 351 | 134 | 41 | 0 | 11 | 311 | 126 | 61 |
| Binary | 10010 | 10011100 | 11101001 | 1011100 | 100001 | 0 | 1001 | 11001001 | 1010110 | 110001 |
Color Harmonies of #129CE9
Complementary color
Monochromatic Colors of #129CE9
Black with #129CE9
Text Example
Text Example
White with #129CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CE9; }
p { color: rgb(18,156,233); }
H1.HeaderClassName
{
color: #129CE9;
}
.AnyTagClassName
{
color: #129CE9;
}
</style>
background-color css
<style>
a { background-color: #129CE9; }
a { background-color: rgb(18,156,233); }
div.DivClassName
{
background-color: #129CE9;
}
.BgClassName
{
background-color: #129CE9;
}
</style>
border-color css
<style>
span { border-color: #129CE9; }
span { border-color: rgb(18,156,233); }
td.TdClassName
{
border-color: #129CE9;
}
.TagClassName
{
border-color: #129CE9;
}
</style>