Shades of Dodger Blue #129AF5
Tints of Dodger Blue #129AF5
RGB
CMYK
RGB Variations
Color information
#129AF5 (or 0x129AF5) is known color: Dodger Blue. HEX triplet: 12, 9A and F5. RGB value is (18,154,245). Sum of RGB (Red+Green+Blue) = 18+154+245=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 245 (96.09% from 255 or 58.75% from 417); Max value from RGB is 245 - color contains mainly: blue. Hex color #129AF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129AF5 is #ED650A. Grayscale: #7B7B7B. Windows color (decimal): -15557899 or 16095762. OLE color: 16095762.
HSL color Cylindrical-coordinate representation of color #129AF5: hue angle of 204.05º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129AF5 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 154 | 245 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.04 |
| HSL | 204.05º | 0.92% | 0.52% | - |
| HSV(B) | 204.05º | 0.93% | 0.96% | - |
| XYZ | 28.29 | 29.83 | 90.65 | - |
| YUV | 123.71 | 196.44 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 245 | 0.93 | 0.37 | 0 | 0.04 | 204.05 | 0.92 | 0.52 |
| Hex | 12 | 9A | F5 | 5D | 25 | 0 | 4 | CC | 5C | 34 |
| Octal | 22 | 232 | 365 | 135 | 45 | 0 | 4 | 314 | 134 | 64 |
| Binary | 10010 | 10011010 | 11110101 | 1011101 | 100101 | 0 | 100 | 11001100 | 1011100 | 110100 |
Color Harmonies of #129AF5
Complementary color
Monochromatic Colors of #129AF5
Black with #129AF5
Text Example
Text Example
White with #129AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129AF5; }
p { color: rgb(18,154,245); }
H1.HeaderClassName
{
color: #129AF5;
}
.AnyTagClassName
{
color: #129AF5;
}
</style>
background-color css
<style>
a { background-color: #129AF5; }
a { background-color: rgb(18,154,245); }
div.DivClassName
{
background-color: #129AF5;
}
.BgClassName
{
background-color: #129AF5;
}
</style>
border-color css
<style>
span { border-color: #129AF5; }
span { border-color: rgb(18,154,245); }
td.TdClassName
{
border-color: #129AF5;
}
.TagClassName
{
border-color: #129AF5;
}
</style>