Shades of Dodger Blue #0A85F0
Tints of Dodger Blue #0A85F0
RGB
CMYK
RGB Variations
Color information
#0A85F0 (or 0x0A85F0) is known color: Dodger Blue. HEX triplet: 0A, 85 and F0. RGB value is (10,133,240). Sum of RGB (Red+Green+Blue) = 10+133+240=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #0A85F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A85F0 is #F57A0F. Grayscale: #6B6B6B. Windows color (decimal): -16087568 or 15762698. OLE color: 15762698.
HSL color Cylindrical-coordinate representation of color #0A85F0: hue angle of 207.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A85F0 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 133 | 240 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.06 |
| HSL | 207.91º | 0.92% | 0.49% | - |
| HSV(B) | 207.91º | 0.96% | 0.94% | - |
| XYZ | 24.24 | 23.13 | 85.63 | - |
| YUV | 108.42 | 202.25 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 133 | 240 | 0.96 | 0.45 | 0 | 0.06 | 207.91 | 0.92 | 0.49 |
| Hex | A | 85 | F0 | 60 | 2D | 0 | 6 | D0 | 5C | 31 |
| Octal | 12 | 205 | 360 | 140 | 55 | 0 | 6 | 320 | 134 | 61 |
| Binary | 1010 | 10000101 | 11110000 | 1100000 | 101101 | 0 | 110 | 11010000 | 1011100 | 110001 |
Color Harmonies of #0A85F0
Complementary color
Monochromatic Colors of #0A85F0
Black with #0A85F0
Text Example
Text Example
White with #0A85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A85F0; }
p { color: rgb(10,133,240); }
H1.HeaderClassName
{
color: #0A85F0;
}
.AnyTagClassName
{
color: #0A85F0;
}
</style>
background-color css
<style>
a { background-color: #0A85F0; }
a { background-color: rgb(10,133,240); }
div.DivClassName
{
background-color: #0A85F0;
}
.BgClassName
{
background-color: #0A85F0;
}
</style>
border-color css
<style>
span { border-color: #0A85F0; }
span { border-color: rgb(10,133,240); }
td.TdClassName
{
border-color: #0A85F0;
}
.TagClassName
{
border-color: #0A85F0;
}
</style>