Shades of Dodger Blue #12A6ED
Tints of Dodger Blue #12A6ED
RGB
CMYK
RGB Variations
Color information
#12A6ED (or 0x12A6ED) is known color: Dodger Blue. HEX triplet: 12, A6 and ED. RGB value is (18,166,237). Sum of RGB (Red+Green+Blue) = 18+166+237=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #12A6ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A6ED is #ED5912. Grayscale: #818181. Windows color (decimal): -15554835 or 15574546. OLE color: 15574546.
HSL color Cylindrical-coordinate representation of color #12A6ED: hue angle of 199.45º 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 #12A6ED is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 166 | 237 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.07 |
| HSL | 199.45º | 0.86% | 0.5% | - |
| HSV(B) | 199.45º | 0.92% | 0.93% | - |
| XYZ | 29.17 | 33.52 | 85.05 | - |
| YUV | 129.84 | 188.47 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 237 | 0.92 | 0.30 | 0 | 0.07 | 199.45 | 0.86 | 0.5 |
| Hex | 12 | A6 | ED | 5C | 1E | 0 | 7 | C7 | 56 | 32 |
| Octal | 22 | 246 | 355 | 134 | 36 | 0 | 7 | 307 | 126 | 62 |
| Binary | 10010 | 10100110 | 11101101 | 1011100 | 11110 | 0 | 111 | 11000111 | 1010110 | 110010 |
Color Harmonies of #12A6ED
Complementary color
Monochromatic Colors of #12A6ED
Black with #12A6ED
Text Example
Text Example
White with #12A6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A6ED; }
p { color: rgb(18,166,237); }
H1.HeaderClassName
{
color: #12A6ED;
}
.AnyTagClassName
{
color: #12A6ED;
}
</style>
background-color css
<style>
a { background-color: #12A6ED; }
a { background-color: rgb(18,166,237); }
div.DivClassName
{
background-color: #12A6ED;
}
.BgClassName
{
background-color: #12A6ED;
}
</style>
border-color css
<style>
span { border-color: #12A6ED; }
span { border-color: rgb(18,166,237); }
td.TdClassName
{
border-color: #12A6ED;
}
.TagClassName
{
border-color: #12A6ED;
}
</style>