Shades of Dodger Blue #129EE7
Tints of Dodger Blue #129EE7
RGB
CMYK
RGB Variations
Color information
#129EE7 (or 0x129EE7) is known color: Dodger Blue. HEX triplet: 12, 9E and E7. RGB value is (18,158,231). Sum of RGB (Red+Green+Blue) = 18+158+231=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #129EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129EE7 is #ED6118. Grayscale: #7C7C7C. Windows color (decimal): -15556889 or 15179282. OLE color: 15179282.
HSL color Cylindrical-coordinate representation of color #129EE7: hue angle of 200.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129EE7 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 158 | 231 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.09 |
| HSL | 200.56º | 0.86% | 0.49% | - |
| HSV(B) | 200.56º | 0.92% | 0.91% | - |
| XYZ | 26.9 | 30.35 | 80.04 | - |
| YUV | 124.46 | 188.12 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 231 | 0.92 | 0.32 | 0 | 0.09 | 200.56 | 0.86 | 0.49 |
| Hex | 12 | 9E | E7 | 5C | 20 | 0 | 9 | C9 | 56 | 31 |
| Octal | 22 | 236 | 347 | 134 | 40 | 0 | 11 | 311 | 126 | 61 |
| Binary | 10010 | 10011110 | 11100111 | 1011100 | 100000 | 0 | 1001 | 11001001 | 1010110 | 110001 |
Color Harmonies of #129EE7
Complementary color
Monochromatic Colors of #129EE7
Black with #129EE7
Text Example
Text Example
White with #129EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129EE7; }
p { color: rgb(18,158,231); }
H1.HeaderClassName
{
color: #129EE7;
}
.AnyTagClassName
{
color: #129EE7;
}
</style>
background-color css
<style>
a { background-color: #129EE7; }
a { background-color: rgb(18,158,231); }
div.DivClassName
{
background-color: #129EE7;
}
.BgClassName
{
background-color: #129EE7;
}
</style>
border-color css
<style>
span { border-color: #129EE7; }
span { border-color: rgb(18,158,231); }
td.TdClassName
{
border-color: #129EE7;
}
.TagClassName
{
border-color: #129EE7;
}
</style>