Shades of Dodger Blue #129FF0
Tints of Dodger Blue #129FF0
RGB
CMYK
RGB Variations
Color information
#129FF0 (or 0x129FF0) is known color: Dodger Blue. HEX triplet: 12, 9F and F0. RGB value is (18,159,240). Sum of RGB (Red+Green+Blue) = 18+159+240=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #129FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FF0 is #ED600F. Grayscale: #7D7D7D. Windows color (decimal): -15556624 or 15769362. OLE color: 15769362.
HSL color Cylindrical-coordinate representation of color #129FF0: hue angle of 201.89º 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 #129FF0 is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 159 | 240 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.06 |
| HSL | 201.89º | 0.88% | 0.51% | - |
| HSV(B) | 201.89º | 0.93% | 0.94% | - |
| XYZ | 28.38 | 31.22 | 86.97 | - |
| YUV | 126.08 | 192.29 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 240 | 0.92 | 0.34 | 0 | 0.06 | 201.89 | 0.88 | 0.51 |
| Hex | 12 | 9F | F0 | 5C | 22 | 0 | 6 | CA | 58 | 33 |
| Octal | 22 | 237 | 360 | 134 | 42 | 0 | 6 | 312 | 130 | 63 |
| Binary | 10010 | 10011111 | 11110000 | 1011100 | 100010 | 0 | 110 | 11001010 | 1011000 | 110011 |
Color Harmonies of #129FF0
Complementary color
Monochromatic Colors of #129FF0
Black with #129FF0
Text Example
Text Example
White with #129FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FF0; }
p { color: rgb(18,159,240); }
H1.HeaderClassName
{
color: #129FF0;
}
.AnyTagClassName
{
color: #129FF0;
}
</style>
background-color css
<style>
a { background-color: #129FF0; }
a { background-color: rgb(18,159,240); }
div.DivClassName
{
background-color: #129FF0;
}
.BgClassName
{
background-color: #129FF0;
}
</style>
border-color css
<style>
span { border-color: #129FF0; }
span { border-color: rgb(18,159,240); }
td.TdClassName
{
border-color: #129FF0;
}
.TagClassName
{
border-color: #129FF0;
}
</style>