Shades of Dodger Blue #0A87DF
Tints of Dodger Blue #0A87DF
RGB
CMYK
RGB Variations
Color information
#0A87DF (or 0x0A87DF) is known color: Dodger Blue. HEX triplet: 0A, 87 and DF. RGB value is (10,135,223). Sum of RGB (Red+Green+Blue) = 10+135+223=368 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.72% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A87DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A87DF is #F57820. Grayscale: #6B6B6B. Windows color (decimal): -16087073 or 14649098. OLE color: 14649098.
HSL color Cylindrical-coordinate representation of color #0A87DF: hue angle of 204.79º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A87DF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 135 | 223 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.13 |
| HSL | 204.79º | 0.91% | 0.46% | - |
| HSV(B) | 204.79º | 0.96% | 0.87% | - |
| XYZ | 22.11 | 22.72 | 73.03 | - |
| YUV | 107.66 | 193.09 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 135 | 223 | 0.96 | 0.39 | 0 | 0.13 | 204.79 | 0.91 | 0.46 |
| Hex | A | 87 | DF | 60 | 27 | 0 | D | CD | 5B | 2E |
| Octal | 12 | 207 | 337 | 140 | 47 | 0 | 15 | 315 | 133 | 56 |
| Binary | 1010 | 10000111 | 11011111 | 1100000 | 100111 | 0 | 1101 | 11001101 | 1011011 | 101110 |
Color Harmonies of #0A87DF
Complementary color
Monochromatic Colors of #0A87DF
Black with #0A87DF
Text Example
Text Example
White with #0A87DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A87DF; }
p { color: rgb(10,135,223); }
H1.HeaderClassName
{
color: #0A87DF;
}
.AnyTagClassName
{
color: #0A87DF;
}
</style>
background-color css
<style>
a { background-color: #0A87DF; }
a { background-color: rgb(10,135,223); }
div.DivClassName
{
background-color: #0A87DF;
}
.BgClassName
{
background-color: #0A87DF;
}
</style>
border-color css
<style>
span { border-color: #0A87DF; }
span { border-color: rgb(10,135,223); }
td.TdClassName
{
border-color: #0A87DF;
}
.TagClassName
{
border-color: #0A87DF;
}
</style>