Shades of Dodger Blue #12A6EC
Tints of Dodger Blue #12A6EC
RGB
CMYK
RGB Variations
Color information
#12A6EC (or 0x12A6EC) is known color: Dodger Blue. HEX triplet: 12, A6 and EC. RGB value is (18,166,236). Sum of RGB (Red+Green+Blue) = 18+166+236=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #12A6EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A6EC is #ED5913. Grayscale: #818181. Windows color (decimal): -15554836 or 15509010. OLE color: 15509010.
HSL color Cylindrical-coordinate representation of color #12A6EC: hue angle of 199.27º 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 #12A6EC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 166 | 236 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.07 |
| HSL | 199.27º | 0.86% | 0.5% | - |
| HSV(B) | 199.27º | 0.92% | 0.93% | - |
| XYZ | 29.03 | 33.46 | 84.28 | - |
| YUV | 129.73 | 187.97 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 236 | 0.92 | 0.30 | 0 | 0.07 | 199.27 | 0.86 | 0.5 |
| Hex | 12 | A6 | EC | 5C | 1E | 0 | 7 | C7 | 56 | 32 |
| Octal | 22 | 246 | 354 | 134 | 36 | 0 | 7 | 307 | 126 | 62 |
| Binary | 10010 | 10100110 | 11101100 | 1011100 | 11110 | 0 | 111 | 11000111 | 1010110 | 110010 |
Color Harmonies of #12A6EC
Complementary color
Monochromatic Colors of #12A6EC
Black with #12A6EC
Text Example
Text Example
White with #12A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A6EC; }
p { color: rgb(18,166,236); }
H1.HeaderClassName
{
color: #12A6EC;
}
.AnyTagClassName
{
color: #12A6EC;
}
</style>
background-color css
<style>
a { background-color: #12A6EC; }
a { background-color: rgb(18,166,236); }
div.DivClassName
{
background-color: #12A6EC;
}
.BgClassName
{
background-color: #12A6EC;
}
</style>
border-color css
<style>
span { border-color: #12A6EC; }
span { border-color: rgb(18,166,236); }
td.TdClassName
{
border-color: #12A6EC;
}
.TagClassName
{
border-color: #12A6EC;
}
</style>