Shades of Dodger Blue #0A8AEB
Tints of Dodger Blue #0A8AEB
RGB
CMYK
RGB Variations
Color information
#0A8AEB (or 0x0A8AEB) is known color: Dodger Blue. HEX triplet: 0A, 8A and EB. RGB value is (10,138,235). Sum of RGB (Red+Green+Blue) = 10+138+235=383 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.61% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A8AEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8AEB is #F57514. Grayscale: #6E6E6E. Windows color (decimal): -16086293 or 15436298. OLE color: 15436298.
HSL color Cylindrical-coordinate representation of color #0A8AEB: hue angle of 205.87º 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 #0A8AEB is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 138 | 235 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.08 |
| HSL | 205.87º | 0.92% | 0.48% | - |
| HSV(B) | 205.87º | 0.96% | 0.92% | - |
| XYZ | 24.21 | 24.24 | 82 | - |
| YUV | 110.79 | 198.09 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 235 | 0.96 | 0.41 | 0 | 0.08 | 205.87 | 0.92 | 0.48 |
| Hex | A | 8A | EB | 60 | 29 | 0 | 8 | CE | 5C | 30 |
| Octal | 12 | 212 | 353 | 140 | 51 | 0 | 10 | 316 | 134 | 60 |
| Binary | 1010 | 10001010 | 11101011 | 1100000 | 101001 | 0 | 1000 | 11001110 | 1011100 | 110000 |
Color Harmonies of #0A8AEB
Complementary color
Monochromatic Colors of #0A8AEB
Black with #0A8AEB
Text Example
Text Example
White with #0A8AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8AEB; }
p { color: rgb(10,138,235); }
H1.HeaderClassName
{
color: #0A8AEB;
}
.AnyTagClassName
{
color: #0A8AEB;
}
</style>
background-color css
<style>
a { background-color: #0A8AEB; }
a { background-color: rgb(10,138,235); }
div.DivClassName
{
background-color: #0A8AEB;
}
.BgClassName
{
background-color: #0A8AEB;
}
</style>
border-color css
<style>
span { border-color: #0A8AEB; }
span { border-color: rgb(10,138,235); }
td.TdClassName
{
border-color: #0A8AEB;
}
.TagClassName
{
border-color: #0A8AEB;
}
</style>