Shades of Dodger Blue #0A85FB
Tints of Dodger Blue #0A85FB
RGB
CMYK
RGB Variations
Color information
#0A85FB (or 0x0A85FB) is known color: Dodger Blue. HEX triplet: 0A, 85 and FB. RGB value is (10,133,251). Sum of RGB (Red+Green+Blue) = 10+133+251=394 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.54% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #0A85FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A85FB is #F57A04. Grayscale: #6D6D6D. Windows color (decimal): -16087557 or 16483594. OLE color: 16483594.
HSL color Cylindrical-coordinate representation of color #0A85FB: hue angle of 209.38º degrees, saturation: 0.97, 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 #0A85FB is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 133 | 251 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.02 |
| HSL | 209.38º | 0.97% | 0.51% | - |
| HSV(B) | 209.38º | 0.96% | 0.98% | - |
| XYZ | 25.93 | 23.8 | 94.5 | - |
| YUV | 109.68 | 207.75 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 251 | 0.96 | 0.47 | 0 | 0.02 | 209.38 | 0.97 | 0.51 |
| Hex | A | 85 | FB | 60 | 2F | 0 | 2 | D1 | 61 | 33 |
| Octal | 12 | 205 | 373 | 140 | 57 | 0 | 2 | 321 | 141 | 63 |
| Binary | 1010 | 10000101 | 11111011 | 1100000 | 101111 | 0 | 10 | 11010001 | 1100001 | 110011 |
Color Harmonies of #0A85FB
Complementary color
Monochromatic Colors of #0A85FB
Black with #0A85FB
Text Example
Text Example
White with #0A85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A85FB; }
p { color: rgb(10,133,251); }
H1.HeaderClassName
{
color: #0A85FB;
}
.AnyTagClassName
{
color: #0A85FB;
}
</style>
background-color css
<style>
a { background-color: #0A85FB; }
a { background-color: rgb(10,133,251); }
div.DivClassName
{
background-color: #0A85FB;
}
.BgClassName
{
background-color: #0A85FB;
}
</style>
border-color css
<style>
span { border-color: #0A85FB; }
span { border-color: rgb(10,133,251); }
td.TdClassName
{
border-color: #0A85FB;
}
.TagClassName
{
border-color: #0A85FB;
}
</style>