Shades of Dodger Blue #0A8AFC
Tints of Dodger Blue #0A8AFC
RGB
CMYK
RGB Variations
Color information
#0A8AFC (or 0x0A8AFC) is known color: Dodger Blue. HEX triplet: 0A, 8A and FC. RGB value is (10,138,252). Sum of RGB (Red+Green+Blue) = 10+138+252=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A8AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AFC is #F57503. Grayscale: #707070. Windows color (decimal): -16086276 or 16550410. OLE color: 16550410.
HSL color Cylindrical-coordinate representation of color #0A8AFC: hue angle of 208.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8AFC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 138 | 252 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.01 |
| HSL | 208.26º | 0.98% | 0.51% | - |
| HSV(B) | 208.26º | 0.96% | 0.99% | - |
| XYZ | 26.78 | 25.27 | 95.56 | - |
| YUV | 112.72 | 206.59 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 252 | 0.96 | 0.45 | 0 | 0.01 | 208.26 | 0.98 | 0.51 |
| Hex | A | 8A | FC | 60 | 2D | 0 | 1 | D0 | 62 | 33 |
| Octal | 12 | 212 | 374 | 140 | 55 | 0 | 1 | 320 | 142 | 63 |
| Binary | 1010 | 10001010 | 11111100 | 1100000 | 101101 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #0A8AFC
Complementary color
Monochromatic Colors of #0A8AFC
Black with #0A8AFC
Text Example
Text Example
White with #0A8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8AFC; }
p { color: rgb(10,138,252); }
H1.HeaderClassName
{
color: #0A8AFC;
}
.AnyTagClassName
{
color: #0A8AFC;
}
</style>
background-color css
<style>
a { background-color: #0A8AFC; }
a { background-color: rgb(10,138,252); }
div.DivClassName
{
background-color: #0A8AFC;
}
.BgClassName
{
background-color: #0A8AFC;
}
</style>
border-color css
<style>
span { border-color: #0A8AFC; }
span { border-color: rgb(10,138,252); }
td.TdClassName
{
border-color: #0A8AFC;
}
.TagClassName
{
border-color: #0A8AFC;
}
</style>