Shades of Dodger Blue #12A8FF
Tints of Dodger Blue #12A8FF
RGB
CMYK
RGB Variations
Color information
#12A8FF (or 0x12A8FF) is known color: Dodger Blue. HEX triplet: 12, A8 and FF. RGB value is (18,168,255). Sum of RGB (Red+Green+Blue) = 18+168+255=441 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.08% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #12A8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FF is #ED5700. Grayscale: #848484. Windows color (decimal): -15554305 or 16754706. OLE color: 16754706.
HSL color Cylindrical-coordinate representation of color #12A8FF: hue angle of 202.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A8FF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 168 | 255 | - |
| CMYK | 0.93 | 0.34 | 0 | 0 |
| HSL | 202.03º | 1% | 0.54% | - |
| HSV(B) | 202.03º | 0.93% | 1% | - |
| XYZ | 32.3 | 35.35 | 99.73 | - |
| YUV | 133.07 | 196.81 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 255 | 0.93 | 0.34 | 0 | 0 | 202.03 | 1 | 0.54 |
| Hex | 12 | A8 | FF | 5D | 22 | 0 | 0 | CA | 64 | 36 |
| Octal | 22 | 250 | 377 | 135 | 42 | 0 | 0 | 312 | 144 | 66 |
| Binary | 10010 | 10101000 | 11111111 | 1011101 | 100010 | 0 | 0 | 11001010 | 1100100 | 110110 |
Color Harmonies of #12A8FF
Complementary color
Monochromatic Colors of #12A8FF
Black with #12A8FF
Text Example
Text Example
White with #12A8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8FF; }
p { color: rgb(18,168,255); }
H1.HeaderClassName
{
color: #12A8FF;
}
.AnyTagClassName
{
color: #12A8FF;
}
</style>
background-color css
<style>
a { background-color: #12A8FF; }
a { background-color: rgb(18,168,255); }
div.DivClassName
{
background-color: #12A8FF;
}
.BgClassName
{
background-color: #12A8FF;
}
</style>
border-color css
<style>
span { border-color: #12A8FF; }
span { border-color: rgb(18,168,255); }
td.TdClassName
{
border-color: #12A8FF;
}
.TagClassName
{
border-color: #12A8FF;
}
</style>