Shades of Dodger Blue #0A8CFC
Tints of Dodger Blue #0A8CFC
RGB
CMYK
RGB Variations
Color information
#0A8CFC (or 0x0A8CFC) is known color: Dodger Blue. HEX triplet: 0A, 8C and FC. RGB value is (10,140,252). Sum of RGB (Red+Green+Blue) = 10+140+252=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A8CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8CFC is #F57303. Grayscale: #717171. Windows color (decimal): -16085764 or 16550922. OLE color: 16550922.
HSL color Cylindrical-coordinate representation of color #0A8CFC: hue angle of 207.77º 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 #0A8CFC is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 140 | 252 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.01 |
| HSL | 207.77º | 0.98% | 0.51% | - |
| HSV(B) | 207.77º | 0.96% | 0.99% | - |
| XYZ | 27.07 | 25.85 | 95.66 | - |
| YUV | 113.9 | 205.93 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 252 | 0.96 | 0.44 | 0 | 0.01 | 207.77 | 0.98 | 0.51 |
| Hex | A | 8C | FC | 60 | 2C | 0 | 1 | D0 | 62 | 33 |
| Octal | 12 | 214 | 374 | 140 | 54 | 0 | 1 | 320 | 142 | 63 |
| Binary | 1010 | 10001100 | 11111100 | 1100000 | 101100 | 0 | 1 | 11010000 | 1100010 | 110011 |
Color Harmonies of #0A8CFC
Complementary color
Monochromatic Colors of #0A8CFC
Black with #0A8CFC
Text Example
Text Example
White with #0A8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CFC; }
p { color: rgb(10,140,252); }
H1.HeaderClassName
{
color: #0A8CFC;
}
.AnyTagClassName
{
color: #0A8CFC;
}
</style>
background-color css
<style>
a { background-color: #0A8CFC; }
a { background-color: rgb(10,140,252); }
div.DivClassName
{
background-color: #0A8CFC;
}
.BgClassName
{
background-color: #0A8CFC;
}
</style>
border-color css
<style>
span { border-color: #0A8CFC; }
span { border-color: rgb(10,140,252); }
td.TdClassName
{
border-color: #0A8CFC;
}
.TagClassName
{
border-color: #0A8CFC;
}
</style>