Shades of Dodger Blue #0A8CFA
Tints of Dodger Blue #0A8CFA
RGB
CMYK
RGB Variations
Color information
#0A8CFA (or 0x0A8CFA) is known color: Dodger Blue. HEX triplet: 0A, 8C and FA. RGB value is (10,140,250). Sum of RGB (Red+Green+Blue) = 10+140+250=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A8CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8CFA is #F57305. Grayscale: #717171. Windows color (decimal): -16085766 or 16419850. OLE color: 16419850.
HSL color Cylindrical-coordinate representation of color #0A8CFA: hue angle of 207.5º 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 #0A8CFA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 140 | 250 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.02 |
| HSL | 207.5º | 0.96% | 0.51% | - |
| HSV(B) | 207.5º | 0.96% | 0.98% | - |
| XYZ | 26.76 | 25.72 | 94 | - |
| YUV | 113.67 | 204.93 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 250 | 0.96 | 0.44 | 0 | 0.02 | 207.5 | 0.96 | 0.51 |
| Hex | A | 8C | FA | 60 | 2C | 0 | 2 | D0 | 60 | 33 |
| Octal | 12 | 214 | 372 | 140 | 54 | 0 | 2 | 320 | 140 | 63 |
| Binary | 1010 | 10001100 | 11111010 | 1100000 | 101100 | 0 | 10 | 11010000 | 1100000 | 110011 |
Color Harmonies of #0A8CFA
Complementary color
Monochromatic Colors of #0A8CFA
Black with #0A8CFA
Text Example
Text Example
White with #0A8CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CFA; }
p { color: rgb(10,140,250); }
H1.HeaderClassName
{
color: #0A8CFA;
}
.AnyTagClassName
{
color: #0A8CFA;
}
</style>
background-color css
<style>
a { background-color: #0A8CFA; }
a { background-color: rgb(10,140,250); }
div.DivClassName
{
background-color: #0A8CFA;
}
.BgClassName
{
background-color: #0A8CFA;
}
</style>
border-color css
<style>
span { border-color: #0A8CFA; }
span { border-color: rgb(10,140,250); }
td.TdClassName
{
border-color: #0A8CFA;
}
.TagClassName
{
border-color: #0A8CFA;
}
</style>