Shades of Dodger Blue #129FEF
Tints of Dodger Blue #129FEF
RGB
CMYK
RGB Variations
Color information
#129FEF (or 0x129FEF) is known color: Dodger Blue. HEX triplet: 12, 9F and EF. RGB value is (18,159,239). Sum of RGB (Red+Green+Blue) = 18+159+239=416 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.33% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #129FEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FEF is #ED6010. Grayscale: #7D7D7D. Windows color (decimal): -15556625 or 15703826. OLE color: 15703826.
HSL color Cylindrical-coordinate representation of color #129FEF: hue angle of 201.72º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129FEF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 159 | 239 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.06 |
| HSL | 201.72º | 0.87% | 0.5% | - |
| HSV(B) | 201.72º | 0.92% | 0.94% | - |
| XYZ | 28.23 | 31.16 | 86.19 | - |
| YUV | 125.96 | 191.79 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 239 | 0.92 | 0.33 | 0 | 0.06 | 201.72 | 0.87 | 0.5 |
| Hex | 12 | 9F | EF | 5C | 21 | 0 | 6 | CA | 57 | 32 |
| Octal | 22 | 237 | 357 | 134 | 41 | 0 | 6 | 312 | 127 | 62 |
| Binary | 10010 | 10011111 | 11101111 | 1011100 | 100001 | 0 | 110 | 11001010 | 1010111 | 110010 |
Color Harmonies of #129FEF
Complementary color
Monochromatic Colors of #129FEF
Black with #129FEF
Text Example
Text Example
White with #129FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FEF; }
p { color: rgb(18,159,239); }
H1.HeaderClassName
{
color: #129FEF;
}
.AnyTagClassName
{
color: #129FEF;
}
</style>
background-color css
<style>
a { background-color: #129FEF; }
a { background-color: rgb(18,159,239); }
div.DivClassName
{
background-color: #129FEF;
}
.BgClassName
{
background-color: #129FEF;
}
</style>
border-color css
<style>
span { border-color: #129FEF; }
span { border-color: rgb(18,159,239); }
td.TdClassName
{
border-color: #129FEF;
}
.TagClassName
{
border-color: #129FEF;
}
</style>