Shades of Dodger Blue #129DF0
Tints of Dodger Blue #129DF0
RGB
CMYK
RGB Variations
Color information
#129DF0 (or 0x129DF0) is known color: Dodger Blue. HEX triplet: 12, 9D and F0. RGB value is (18,157,240). Sum of RGB (Red+Green+Blue) = 18+157+240=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #129DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129DF0 is #ED620F. Grayscale: #7C7C7C. Windows color (decimal): -15557136 or 15768850. OLE color: 15768850.
HSL color Cylindrical-coordinate representation of color #129DF0: hue angle of 202.43º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129DF0 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 157 | 240 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.06 |
| HSL | 202.43º | 0.88% | 0.51% | - |
| HSV(B) | 202.43º | 0.93% | 0.94% | - |
| XYZ | 28.03 | 30.53 | 86.85 | - |
| YUV | 124.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 240 | 0.92 | 0.35 | 0 | 0.06 | 202.43 | 0.88 | 0.51 |
| Hex | 12 | 9D | F0 | 5C | 23 | 0 | 6 | CA | 58 | 33 |
| Octal | 22 | 235 | 360 | 134 | 43 | 0 | 6 | 312 | 130 | 63 |
| Binary | 10010 | 10011101 | 11110000 | 1011100 | 100011 | 0 | 110 | 11001010 | 1011000 | 110011 |
Color Harmonies of #129DF0
Complementary color
Monochromatic Colors of #129DF0
Black with #129DF0
Text Example
Text Example
White with #129DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DF0; }
p { color: rgb(18,157,240); }
H1.HeaderClassName
{
color: #129DF0;
}
.AnyTagClassName
{
color: #129DF0;
}
</style>
background-color css
<style>
a { background-color: #129DF0; }
a { background-color: rgb(18,157,240); }
div.DivClassName
{
background-color: #129DF0;
}
.BgClassName
{
background-color: #129DF0;
}
</style>
border-color css
<style>
span { border-color: #129DF0; }
span { border-color: rgb(18,157,240); }
td.TdClassName
{
border-color: #129DF0;
}
.TagClassName
{
border-color: #129DF0;
}
</style>