Shades of Dodger Blue #129AF3
Tints of Dodger Blue #129AF3
RGB
CMYK
RGB Variations
Color information
#129AF3 (or 0x129AF3) is known color: Dodger Blue. HEX triplet: 12, 9A and F3. RGB value is (18,154,243). Sum of RGB (Red+Green+Blue) = 18+154+243=415 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.34% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #129AF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129AF3 is #ED650C. Grayscale: #7A7A7A. Windows color (decimal): -15557901 or 15964690. OLE color: 15964690.
HSL color Cylindrical-coordinate representation of color #129AF3: hue angle of 203.73º 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 #129AF3 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 154 | 243 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.05 |
| HSL | 203.73º | 0.9% | 0.51% | - |
| HSV(B) | 203.73º | 0.93% | 0.95% | - |
| XYZ | 27.98 | 29.71 | 89.05 | - |
| YUV | 123.48 | 195.44 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 243 | 0.93 | 0.37 | 0 | 0.05 | 203.73 | 0.9 | 0.51 |
| Hex | 12 | 9A | F3 | 5D | 25 | 0 | 5 | CC | 5A | 33 |
| Octal | 22 | 232 | 363 | 135 | 45 | 0 | 5 | 314 | 132 | 63 |
| Binary | 10010 | 10011010 | 11110011 | 1011101 | 100101 | 0 | 101 | 11001100 | 1011010 | 110011 |
Color Harmonies of #129AF3
Complementary color
Monochromatic Colors of #129AF3
Black with #129AF3
Text Example
Text Example
White with #129AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129AF3; }
p { color: rgb(18,154,243); }
H1.HeaderClassName
{
color: #129AF3;
}
.AnyTagClassName
{
color: #129AF3;
}
</style>
background-color css
<style>
a { background-color: #129AF3; }
a { background-color: rgb(18,154,243); }
div.DivClassName
{
background-color: #129AF3;
}
.BgClassName
{
background-color: #129AF3;
}
</style>
border-color css
<style>
span { border-color: #129AF3; }
span { border-color: rgb(18,154,243); }
td.TdClassName
{
border-color: #129AF3;
}
.TagClassName
{
border-color: #129AF3;
}
</style>