Shades of Dodger Blue #12A8FE
Tints of Dodger Blue #12A8FE
RGB
CMYK
RGB Variations
Color information
#12A8FE (or 0x12A8FE) is known color: Dodger Blue. HEX triplet: 12, A8 and FE. RGB value is (18,168,254). Sum of RGB (Red+Green+Blue) = 18+168+254=440 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.09% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #12A8FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FE is #ED5701. Grayscale: #848484. Windows color (decimal): -15554306 or 16689170. OLE color: 16689170.
HSL color Cylindrical-coordinate representation of color #12A8FE: hue angle of 201.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A8FE is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 168 | 254 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.00 |
| HSL | 201.86º | 0.99% | 0.53% | - |
| HSV(B) | 201.86º | 0.93% | 1% | - |
| XYZ | 32.14 | 35.29 | 98.88 | - |
| YUV | 132.95 | 196.31 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 254 | 0.93 | 0.34 | 0 | 0.00 | 201.86 | 0.99 | 0.53 |
| Hex | 12 | A8 | FE | 5D | 22 | 0 | 0 | CA | 63 | 35 |
| Octal | 22 | 250 | 376 | 135 | 42 | 0 | 0 | 312 | 143 | 65 |
| Binary | 10010 | 10101000 | 11111110 | 1011101 | 100010 | 0 | 0 | 11001010 | 1100011 | 110101 |
Color Harmonies of #12A8FE
Complementary color
Monochromatic Colors of #12A8FE
Black with #12A8FE
Text Example
Text Example
White with #12A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8FE; }
p { color: rgb(18,168,254); }
H1.HeaderClassName
{
color: #12A8FE;
}
.AnyTagClassName
{
color: #12A8FE;
}
</style>
background-color css
<style>
a { background-color: #12A8FE; }
a { background-color: rgb(18,168,254); }
div.DivClassName
{
background-color: #12A8FE;
}
.BgClassName
{
background-color: #12A8FE;
}
</style>
border-color css
<style>
span { border-color: #12A8FE; }
span { border-color: rgb(18,168,254); }
td.TdClassName
{
border-color: #12A8FE;
}
.TagClassName
{
border-color: #12A8FE;
}
</style>