Shades of Dodger Blue #12A0E5
Tints of Dodger Blue #12A0E5
RGB
CMYK
RGB Variations
Color information
#12A0E5 (or 0x12A0E5) is known color: Dodger Blue. HEX triplet: 12, A0 and E5. RGB value is (18,160,229). Sum of RGB (Red+Green+Blue) = 18+160+229=407 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.42% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 229 (89.84% from 255 or 56.27% from 407); Max value from RGB is 229 - color contains mainly: blue. Hex color #12A0E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A0E5 is #ED5F1A. Grayscale: #7C7C7C. Windows color (decimal): -15556379 or 15048722. OLE color: 15048722.
HSL color Cylindrical-coordinate representation of color #12A0E5: hue angle of 199.62º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A0E5 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 160 | 229 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.10 |
| HSL | 199.62º | 0.85% | 0.48% | - |
| HSV(B) | 199.62º | 0.92% | 0.9% | - |
| XYZ | 26.96 | 30.93 | 78.68 | - |
| YUV | 125.41 | 186.46 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 229 | 0.92 | 0.30 | 0 | 0.10 | 199.62 | 0.85 | 0.48 |
| Hex | 12 | A0 | E5 | 5C | 1E | 0 | A | C8 | 55 | 30 |
| Octal | 22 | 240 | 345 | 134 | 36 | 0 | 12 | 310 | 125 | 60 |
| Binary | 10010 | 10100000 | 11100101 | 1011100 | 11110 | 0 | 1010 | 11001000 | 1010101 | 110000 |
Color Harmonies of #12A0E5
Complementary color
Monochromatic Colors of #12A0E5
Black with #12A0E5
Text Example
Text Example
White with #12A0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A0E5; }
p { color: rgb(18,160,229); }
H1.HeaderClassName
{
color: #12A0E5;
}
.AnyTagClassName
{
color: #12A0E5;
}
</style>
background-color css
<style>
a { background-color: #12A0E5; }
a { background-color: rgb(18,160,229); }
div.DivClassName
{
background-color: #12A0E5;
}
.BgClassName
{
background-color: #12A0E5;
}
</style>
border-color css
<style>
span { border-color: #12A0E5; }
span { border-color: rgb(18,160,229); }
td.TdClassName
{
border-color: #12A0E5;
}
.TagClassName
{
border-color: #12A0E5;
}
</style>