Shades of Dodger Blue #0A86FC
Tints of Dodger Blue #0A86FC
RGB
CMYK
RGB Variations
Color information
#0A86FC (or 0x0A86FC) is known color: Dodger Blue. HEX triplet: 0A, 86 and FC. RGB value is (10,134,252). Sum of RGB (Red+Green+Blue) = 10+134+252=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 252 (98.83% from 255 or 63.64% from 396); Max value from RGB is 252 - color contains mainly: blue. Hex color #0A86FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A86FC is #F57903. Grayscale: #6D6D6D. Windows color (decimal): -16087300 or 16549386. OLE color: 16549386.
HSL color Cylindrical-coordinate representation of color #0A86FC: hue angle of 209.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 #0A86FC is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 134 | 252 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.01 |
| HSL | 209.26º | 0.98% | 0.51% | - |
| HSV(B) | 209.26º | 0.96% | 0.99% | - |
| XYZ | 26.22 | 24.14 | 95.37 | - |
| YUV | 110.38 | 207.92 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 252 | 0.96 | 0.47 | 0 | 0.01 | 209.26 | 0.98 | 0.51 |
| Hex | A | 86 | FC | 60 | 2F | 0 | 1 | D1 | 62 | 33 |
| Octal | 12 | 206 | 374 | 140 | 57 | 0 | 1 | 321 | 142 | 63 |
| Binary | 1010 | 10000110 | 11111100 | 1100000 | 101111 | 0 | 1 | 11010001 | 1100010 | 110011 |
Color Harmonies of #0A86FC
Complementary color
Monochromatic Colors of #0A86FC
Black with #0A86FC
Text Example
Text Example
White with #0A86FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A86FC; }
p { color: rgb(10,134,252); }
H1.HeaderClassName
{
color: #0A86FC;
}
.AnyTagClassName
{
color: #0A86FC;
}
</style>
background-color css
<style>
a { background-color: #0A86FC; }
a { background-color: rgb(10,134,252); }
div.DivClassName
{
background-color: #0A86FC;
}
.BgClassName
{
background-color: #0A86FC;
}
</style>
border-color css
<style>
span { border-color: #0A86FC; }
span { border-color: rgb(10,134,252); }
td.TdClassName
{
border-color: #0A86FC;
}
.TagClassName
{
border-color: #0A86FC;
}
</style>