Shades of Dodger Blue #129FEA
Tints of Dodger Blue #129FEA
RGB
CMYK
RGB Variations
Color information
#129FEA (or 0x129FEA) is known color: Dodger Blue. HEX triplet: 12, 9F and EA. RGB value is (18,159,234). Sum of RGB (Red+Green+Blue) = 18+159+234=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #129FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129FEA is #ED6015. Grayscale: #7C7C7C. Windows color (decimal): -15556630 or 15376146. OLE color: 15376146.
HSL color Cylindrical-coordinate representation of color #129FEA: hue angle of 200.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129FEA is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 159 | 234 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.08 |
| HSL | 200.83º | 0.86% | 0.49% | - |
| HSV(B) | 200.83º | 0.92% | 0.92% | - |
| XYZ | 27.5 | 30.87 | 82.35 | - |
| YUV | 125.39 | 189.29 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 234 | 0.92 | 0.32 | 0 | 0.08 | 200.83 | 0.86 | 0.49 |
| Hex | 12 | 9F | EA | 5C | 20 | 0 | 8 | C9 | 56 | 31 |
| Octal | 22 | 237 | 352 | 134 | 40 | 0 | 10 | 311 | 126 | 61 |
| Binary | 10010 | 10011111 | 11101010 | 1011100 | 100000 | 0 | 1000 | 11001001 | 1010110 | 110001 |
Color Harmonies of #129FEA
Complementary color
Monochromatic Colors of #129FEA
Black with #129FEA
Text Example
Text Example
White with #129FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FEA; }
p { color: rgb(18,159,234); }
H1.HeaderClassName
{
color: #129FEA;
}
.AnyTagClassName
{
color: #129FEA;
}
</style>
background-color css
<style>
a { background-color: #129FEA; }
a { background-color: rgb(18,159,234); }
div.DivClassName
{
background-color: #129FEA;
}
.BgClassName
{
background-color: #129FEA;
}
</style>
border-color css
<style>
span { border-color: #129FEA; }
span { border-color: rgb(18,159,234); }
td.TdClassName
{
border-color: #129FEA;
}
.TagClassName
{
border-color: #129FEA;
}
</style>