Shades of Dodger Blue #129EEA
Tints of Dodger Blue #129EEA
RGB
CMYK
RGB Variations
Color information
#129EEA (or 0x129EEA) is known color: Dodger Blue. HEX triplet: 12, 9E and EA. RGB value is (18,158,234). Sum of RGB (Red+Green+Blue) = 18+158+234=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #129EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EEA is #ED6115. Grayscale: #7C7C7C. Windows color (decimal): -15556886 or 15375890. OLE color: 15375890.
HSL color Cylindrical-coordinate representation of color #129EEA: hue angle of 201.11º 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 #129EEA is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 158 | 234 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.08 |
| HSL | 201.11º | 0.86% | 0.49% | - |
| HSV(B) | 201.11º | 0.92% | 0.92% | - |
| XYZ | 27.33 | 30.52 | 82.29 | - |
| YUV | 124.8 | 189.62 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 234 | 0.92 | 0.32 | 0 | 0.08 | 201.11 | 0.86 | 0.49 |
| Hex | 12 | 9E | EA | 5C | 20 | 0 | 8 | C9 | 56 | 31 |
| Octal | 22 | 236 | 352 | 134 | 40 | 0 | 10 | 311 | 126 | 61 |
| Binary | 10010 | 10011110 | 11101010 | 1011100 | 100000 | 0 | 1000 | 11001001 | 1010110 | 110001 |
Color Harmonies of #129EEA
Complementary color
Monochromatic Colors of #129EEA
Black with #129EEA
Text Example
Text Example
White with #129EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EEA; }
p { color: rgb(18,158,234); }
H1.HeaderClassName
{
color: #129EEA;
}
.AnyTagClassName
{
color: #129EEA;
}
</style>
background-color css
<style>
a { background-color: #129EEA; }
a { background-color: rgb(18,158,234); }
div.DivClassName
{
background-color: #129EEA;
}
.BgClassName
{
background-color: #129EEA;
}
</style>
border-color css
<style>
span { border-color: #129EEA; }
span { border-color: rgb(18,158,234); }
td.TdClassName
{
border-color: #129EEA;
}
.TagClassName
{
border-color: #129EEA;
}
</style>