Shades of Dodger Blue #0A87FA
Tints of Dodger Blue #0A87FA
RGB
CMYK
RGB Variations
Color information
#0A87FA (or 0x0A87FA) is known color: Dodger Blue. HEX triplet: 0A, 87 and FA. RGB value is (10,135,250). Sum of RGB (Red+Green+Blue) = 10+135+250=395 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #0A87FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A87FA is #F57805. Grayscale: #6E6E6E. Windows color (decimal): -16087046 or 16418570. OLE color: 16418570.
HSL color Cylindrical-coordinate representation of color #0A87FA: hue angle of 208.75º 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 #0A87FA is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 135 | 250 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.02 |
| HSL | 208.75º | 0.96% | 0.51% | - |
| HSV(B) | 208.75º | 0.96% | 0.98% | - |
| XYZ | 26.04 | 24.29 | 93.76 | - |
| YUV | 110.74 | 206.59 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 250 | 0.96 | 0.46 | 0 | 0.02 | 208.75 | 0.96 | 0.51 |
| Hex | A | 87 | FA | 60 | 2E | 0 | 2 | D1 | 60 | 33 |
| Octal | 12 | 207 | 372 | 140 | 56 | 0 | 2 | 321 | 140 | 63 |
| Binary | 1010 | 10000111 | 11111010 | 1100000 | 101110 | 0 | 10 | 11010001 | 1100000 | 110011 |
Color Harmonies of #0A87FA
Complementary color
Monochromatic Colors of #0A87FA
Black with #0A87FA
Text Example
Text Example
White with #0A87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A87FA; }
p { color: rgb(10,135,250); }
H1.HeaderClassName
{
color: #0A87FA;
}
.AnyTagClassName
{
color: #0A87FA;
}
</style>
background-color css
<style>
a { background-color: #0A87FA; }
a { background-color: rgb(10,135,250); }
div.DivClassName
{
background-color: #0A87FA;
}
.BgClassName
{
background-color: #0A87FA;
}
</style>
border-color css
<style>
span { border-color: #0A87FA; }
span { border-color: rgb(10,135,250); }
td.TdClassName
{
border-color: #0A87FA;
}
.TagClassName
{
border-color: #0A87FA;
}
</style>