Shades of Dodger Blue #129FE5
Tints of Dodger Blue #129FE5
RGB
CMYK
RGB Variations
Color information
#129FE5 (or 0x129FE5) is known color: Dodger Blue. HEX triplet: 12, 9F and E5. RGB value is (18,159,229). Sum of RGB (Red+Green+Blue) = 18+159+229=406 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.43% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #129FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FE5 is #ED601A. Grayscale: #7C7C7C. Windows color (decimal): -15556635 or 15048466. OLE color: 15048466.
HSL color Cylindrical-coordinate representation of color #129FE5: hue angle of 199.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129FE5 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 159 | 229 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.10 |
| HSL | 199.91º | 0.85% | 0.48% | - |
| HSV(B) | 199.91º | 0.92% | 0.9% | - |
| XYZ | 26.79 | 30.58 | 78.62 | - |
| YUV | 124.82 | 186.79 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 229 | 0.92 | 0.31 | 0 | 0.10 | 199.91 | 0.85 | 0.48 |
| Hex | 12 | 9F | E5 | 5C | 1F | 0 | A | C8 | 55 | 30 |
| Octal | 22 | 237 | 345 | 134 | 37 | 0 | 12 | 310 | 125 | 60 |
| Binary | 10010 | 10011111 | 11100101 | 1011100 | 11111 | 0 | 1010 | 11001000 | 1010101 | 110000 |
Color Harmonies of #129FE5
Complementary color
Monochromatic Colors of #129FE5
Black with #129FE5
Text Example
Text Example
White with #129FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FE5; }
p { color: rgb(18,159,229); }
H1.HeaderClassName
{
color: #129FE5;
}
.AnyTagClassName
{
color: #129FE5;
}
</style>
background-color css
<style>
a { background-color: #129FE5; }
a { background-color: rgb(18,159,229); }
div.DivClassName
{
background-color: #129FE5;
}
.BgClassName
{
background-color: #129FE5;
}
</style>
border-color css
<style>
span { border-color: #129FE5; }
span { border-color: rgb(18,159,229); }
td.TdClassName
{
border-color: #129FE5;
}
.TagClassName
{
border-color: #129FE5;
}
</style>