Shades of Dodger Blue #12A8FD
Tints of Dodger Blue #12A8FD
RGB
CMYK
RGB Variations
Color information
#12A8FD (or 0x12A8FD) is known color: Dodger Blue. HEX triplet: 12, A8 and FD. RGB value is (18,168,253). Sum of RGB (Red+Green+Blue) = 18+168+253=439 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.10% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #12A8FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #12A8FD is #ED5702. Grayscale: #848484. Windows color (decimal): -15554307 or 16623634. OLE color: 16623634.
HSL color Cylindrical-coordinate representation of color #12A8FD: hue angle of 201.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12A8FD is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 168 | 253 | - |
| CMYK | 0.93 | 0.34 | 0 | 0.01 |
| HSL | 201.7º | 0.98% | 0.53% | - |
| HSV(B) | 201.7º | 0.93% | 0.99% | - |
| XYZ | 31.98 | 35.23 | 98.04 | - |
| YUV | 132.84 | 195.81 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 253 | 0.93 | 0.34 | 0 | 0.01 | 201.7 | 0.98 | 0.53 |
| Hex | 12 | A8 | FD | 5D | 22 | 0 | 1 | CA | 62 | 35 |
| Octal | 22 | 250 | 375 | 135 | 42 | 0 | 1 | 312 | 142 | 65 |
| Binary | 10010 | 10101000 | 11111101 | 1011101 | 100010 | 0 | 1 | 11001010 | 1100010 | 110101 |
Color Harmonies of #12A8FD
Complementary color
Monochromatic Colors of #12A8FD
Black with #12A8FD
Text Example
Text Example
White with #12A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8FD; }
p { color: rgb(18,168,253); }
H1.HeaderClassName
{
color: #12A8FD;
}
.AnyTagClassName
{
color: #12A8FD;
}
</style>
background-color css
<style>
a { background-color: #12A8FD; }
a { background-color: rgb(18,168,253); }
div.DivClassName
{
background-color: #12A8FD;
}
.BgClassName
{
background-color: #12A8FD;
}
</style>
border-color css
<style>
span { border-color: #12A8FD; }
span { border-color: rgb(18,168,253); }
td.TdClassName
{
border-color: #12A8FD;
}
.TagClassName
{
border-color: #12A8FD;
}
</style>