Shades of Dodger Blue #0A80EA
Tints of Dodger Blue #0A80EA
RGB
CMYK
RGB Variations
Color information
#0A80EA (or 0x0A80EA) is known color: Dodger Blue. HEX triplet: 0A, 80 and EA. RGB value is (10,128,234). Sum of RGB (Red+Green+Blue) = 10+128+234=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A80EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A80EA is #F57F15. Grayscale: #686868. Windows color (decimal): -16088854 or 15368202. OLE color: 15368202.
HSL color Cylindrical-coordinate representation of color #0A80EA: hue angle of 208.39º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A80EA is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 128 | 234 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.08 |
| HSL | 208.39º | 0.92% | 0.48% | - |
| HSV(B) | 208.39º | 0.96% | 0.92% | - |
| XYZ | 22.7 | 21.44 | 80.78 | - |
| YUV | 104.8 | 200.91 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 234 | 0.96 | 0.45 | 0 | 0.08 | 208.39 | 0.92 | 0.48 |
| Hex | A | 80 | EA | 60 | 2D | 0 | 8 | D0 | 5C | 30 |
| Octal | 12 | 200 | 352 | 140 | 55 | 0 | 10 | 320 | 134 | 60 |
| Binary | 1010 | 10000000 | 11101010 | 1100000 | 101101 | 0 | 1000 | 11010000 | 1011100 | 110000 |
Color Harmonies of #0A80EA
Complementary color
Monochromatic Colors of #0A80EA
Black with #0A80EA
Text Example
Text Example
White with #0A80EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A80EA; }
p { color: rgb(10,128,234); }
H1.HeaderClassName
{
color: #0A80EA;
}
.AnyTagClassName
{
color: #0A80EA;
}
</style>
background-color css
<style>
a { background-color: #0A80EA; }
a { background-color: rgb(10,128,234); }
div.DivClassName
{
background-color: #0A80EA;
}
.BgClassName
{
background-color: #0A80EA;
}
</style>
border-color css
<style>
span { border-color: #0A80EA; }
span { border-color: rgb(10,128,234); }
td.TdClassName
{
border-color: #0A80EA;
}
.TagClassName
{
border-color: #0A80EA;
}
</style>