Shades of Dodger Blue #129BEC
Tints of Dodger Blue #129BEC
RGB
CMYK
RGB Variations
Color information
#129BEC (or 0x129BEC) is known color: Dodger Blue. HEX triplet: 12, 9B and EC. RGB value is (18,155,236). Sum of RGB (Red+Green+Blue) = 18+155+236=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #129BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BEC is #ED6413. Grayscale: #7A7A7A. Windows color (decimal): -15557652 or 15506194. OLE color: 15506194.
HSL color Cylindrical-coordinate representation of color #129BEC: hue angle of 202.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129BEC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 155 | 236 | - |
| CMYK | 0.92 | 0.34 | 0 | 0.07 |
| HSL | 202.29º | 0.86% | 0.5% | - |
| HSV(B) | 202.29º | 0.92% | 0.93% | - |
| XYZ | 27.11 | 29.63 | 83.65 | - |
| YUV | 123.27 | 191.61 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 236 | 0.92 | 0.34 | 0 | 0.07 | 202.29 | 0.86 | 0.5 |
| Hex | 12 | 9B | EC | 5C | 22 | 0 | 7 | CA | 56 | 32 |
| Octal | 22 | 233 | 354 | 134 | 42 | 0 | 7 | 312 | 126 | 62 |
| Binary | 10010 | 10011011 | 11101100 | 1011100 | 100010 | 0 | 111 | 11001010 | 1010110 | 110010 |
Color Harmonies of #129BEC
Complementary color
Monochromatic Colors of #129BEC
Black with #129BEC
Text Example
Text Example
White with #129BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BEC; }
p { color: rgb(18,155,236); }
H1.HeaderClassName
{
color: #129BEC;
}
.AnyTagClassName
{
color: #129BEC;
}
</style>
background-color css
<style>
a { background-color: #129BEC; }
a { background-color: rgb(18,155,236); }
div.DivClassName
{
background-color: #129BEC;
}
.BgClassName
{
background-color: #129BEC;
}
</style>
border-color css
<style>
span { border-color: #129BEC; }
span { border-color: rgb(18,155,236); }
td.TdClassName
{
border-color: #129BEC;
}
.TagClassName
{
border-color: #129BEC;
}
</style>