Shades of Dodger Blue #12A0EF
Tints of Dodger Blue #12A0EF
RGB
CMYK
RGB Variations
Color information
#12A0EF (or 0x12A0EF) is known color: Dodger Blue. HEX triplet: 12, A0 and EF. RGB value is (18,160,239). Sum of RGB (Red+Green+Blue) = 18+160+239=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #12A0EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A0EF is #ED5F10. Grayscale: #7E7E7E. Windows color (decimal): -15556369 or 15704082. OLE color: 15704082.
HSL color Cylindrical-coordinate representation of color #12A0EF: hue angle of 201.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A0EF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 160 | 239 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.06 |
| HSL | 201.45º | 0.87% | 0.5% | - |
| HSV(B) | 201.45º | 0.92% | 0.94% | - |
| XYZ | 28.4 | 31.5 | 86.25 | - |
| YUV | 126.55 | 191.46 | 50.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 239 | 0.92 | 0.33 | 0 | 0.06 | 201.45 | 0.87 | 0.5 |
| Hex | 12 | A0 | EF | 5C | 21 | 0 | 6 | C9 | 57 | 32 |
| Octal | 22 | 240 | 357 | 134 | 41 | 0 | 6 | 311 | 127 | 62 |
| Binary | 10010 | 10100000 | 11101111 | 1011100 | 100001 | 0 | 110 | 11001001 | 1010111 | 110010 |
Color Harmonies of #12A0EF
Complementary color
Monochromatic Colors of #12A0EF
Black with #12A0EF
Text Example
Text Example
White with #12A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A0EF; }
p { color: rgb(18,160,239); }
H1.HeaderClassName
{
color: #12A0EF;
}
.AnyTagClassName
{
color: #12A0EF;
}
</style>
background-color css
<style>
a { background-color: #12A0EF; }
a { background-color: rgb(18,160,239); }
div.DivClassName
{
background-color: #12A0EF;
}
.BgClassName
{
background-color: #12A0EF;
}
</style>
border-color css
<style>
span { border-color: #12A0EF; }
span { border-color: rgb(18,160,239); }
td.TdClassName
{
border-color: #12A0EF;
}
.TagClassName
{
border-color: #12A0EF;
}
</style>