Shades of Dodger Blue #0A8CFF
Tints of Dodger Blue #0A8CFF
RGB
CMYK
RGB Variations
Color information
#0A8CFF (or 0x0A8CFF) is known color: Dodger Blue. HEX triplet: 0A, 8C and FF. RGB value is (10,140,255). Sum of RGB (Red+Green+Blue) = 10+140+255=405 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.47% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A8CFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8CFF is #F57300. Grayscale: #717171. Windows color (decimal): -16085761 or 16747530. OLE color: 16747530.
HSL color Cylindrical-coordinate representation of color #0A8CFF: hue angle of 208.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8CFF is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 140 | 255 | - |
| CMYK | 0.96 | 0.45 | 0 | 0 |
| HSL | 208.16º | 1% | 0.52% | - |
| HSV(B) | 208.16º | 0.96% | 1% | - |
| XYZ | 27.55 | 26.04 | 98.18 | - |
| YUV | 114.24 | 207.43 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 255 | 0.96 | 0.45 | 0 | 0 | 208.16 | 1 | 0.52 |
| Hex | A | 8C | FF | 60 | 2D | 0 | 0 | D0 | 64 | 34 |
| Octal | 12 | 214 | 377 | 140 | 55 | 0 | 0 | 320 | 144 | 64 |
| Binary | 1010 | 10001100 | 11111111 | 1100000 | 101101 | 0 | 0 | 11010000 | 1100100 | 110100 |
Color Harmonies of #0A8CFF
Complementary color
Monochromatic Colors of #0A8CFF
Black with #0A8CFF
Text Example
Text Example
White with #0A8CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CFF; }
p { color: rgb(10,140,255); }
H1.HeaderClassName
{
color: #0A8CFF;
}
.AnyTagClassName
{
color: #0A8CFF;
}
</style>
background-color css
<style>
a { background-color: #0A8CFF; }
a { background-color: rgb(10,140,255); }
div.DivClassName
{
background-color: #0A8CFF;
}
.BgClassName
{
background-color: #0A8CFF;
}
</style>
border-color css
<style>
span { border-color: #0A8CFF; }
span { border-color: rgb(10,140,255); }
td.TdClassName
{
border-color: #0A8CFF;
}
.TagClassName
{
border-color: #0A8CFF;
}
</style>