Shades of Dodger Blue #0A8DFA
Tints of Dodger Blue #0A8DFA
RGB
CMYK
RGB Variations
Color information
#0A8DFA (or 0x0A8DFA) is known color: Dodger Blue. HEX triplet: 0A, 8D and FA. RGB value is (10,141,250). Sum of RGB (Red+Green+Blue) = 10+141+250=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A8DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8DFA is #F57205. Grayscale: #717171. Windows color (decimal): -16085510 or 16420106. OLE color: 16420106.
HSL color Cylindrical-coordinate representation of color #0A8DFA: hue angle of 207.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8DFA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 141 | 250 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.25º | 0.96% | 0.51% | - |
| HSV(B) | 207.25º | 0.96% | 0.98% | - |
| XYZ | 26.91 | 26.02 | 94.05 | - |
| YUV | 114.26 | 204.6 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 141 | 250 | 0.96 | 0.44 | 0 | 0.02 | 207.25 | 0.96 | 0.51 |
| Hex | A | 8D | FA | 60 | 2C | 0 | 2 | CF | 60 | 33 |
| Octal | 12 | 215 | 372 | 140 | 54 | 0 | 2 | 317 | 140 | 63 |
| Binary | 1010 | 10001101 | 11111010 | 1100000 | 101100 | 0 | 10 | 11001111 | 1100000 | 110011 |
Color Harmonies of #0A8DFA
Complementary color
Monochromatic Colors of #0A8DFA
Black with #0A8DFA
Text Example
Text Example
White with #0A8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8DFA; }
p { color: rgb(10,141,250); }
H1.HeaderClassName
{
color: #0A8DFA;
}
.AnyTagClassName
{
color: #0A8DFA;
}
</style>
background-color css
<style>
a { background-color: #0A8DFA; }
a { background-color: rgb(10,141,250); }
div.DivClassName
{
background-color: #0A8DFA;
}
.BgClassName
{
background-color: #0A8DFA;
}
</style>
border-color css
<style>
span { border-color: #0A8DFA; }
span { border-color: rgb(10,141,250); }
td.TdClassName
{
border-color: #0A8DFA;
}
.TagClassName
{
border-color: #0A8DFA;
}
</style>