Shades of Dodger Blue #129DF2
Tints of Dodger Blue #129DF2
RGB
CMYK
RGB Variations
Color information
#129DF2 (or 0x129DF2) is known color: Dodger Blue. HEX triplet: 12, 9D and F2. RGB value is (18,157,242). Sum of RGB (Red+Green+Blue) = 18+157+242=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #129DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129DF2 is #ED620D. Grayscale: #7C7C7C. Windows color (decimal): -15557134 or 15899922. OLE color: 15899922.
HSL color Cylindrical-coordinate representation of color #129DF2: hue angle of 202.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129DF2 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 157 | 242 | - |
| CMYK | 0.93 | 0.35 | 0 | 0.05 |
| HSL | 202.77º | 0.9% | 0.51% | - |
| HSV(B) | 202.77º | 0.93% | 0.95% | - |
| XYZ | 28.33 | 30.65 | 88.43 | - |
| YUV | 125.13 | 193.95 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 242 | 0.93 | 0.35 | 0 | 0.05 | 202.77 | 0.9 | 0.51 |
| Hex | 12 | 9D | F2 | 5D | 23 | 0 | 5 | CB | 5A | 33 |
| Octal | 22 | 235 | 362 | 135 | 43 | 0 | 5 | 313 | 132 | 63 |
| Binary | 10010 | 10011101 | 11110010 | 1011101 | 100011 | 0 | 101 | 11001011 | 1011010 | 110011 |
Color Harmonies of #129DF2
Complementary color
Monochromatic Colors of #129DF2
Black with #129DF2
Text Example
Text Example
White with #129DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DF2; }
p { color: rgb(18,157,242); }
H1.HeaderClassName
{
color: #129DF2;
}
.AnyTagClassName
{
color: #129DF2;
}
</style>
background-color css
<style>
a { background-color: #129DF2; }
a { background-color: rgb(18,157,242); }
div.DivClassName
{
background-color: #129DF2;
}
.BgClassName
{
background-color: #129DF2;
}
</style>
border-color css
<style>
span { border-color: #129DF2; }
span { border-color: rgb(18,157,242); }
td.TdClassName
{
border-color: #129DF2;
}
.TagClassName
{
border-color: #129DF2;
}
</style>