Shades of Dodger Blue #0A8AE1
Tints of Dodger Blue #0A8AE1
RGB
CMYK
RGB Variations
Color information
#0A8AE1 (or 0x0A8AE1) is known color: Dodger Blue. HEX triplet: 0A, 8A and E1. RGB value is (10,138,225). Sum of RGB (Red+Green+Blue) = 10+138+225=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A8AE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8AE1 is #F5751E. Grayscale: #6D6D6D. Windows color (decimal): -16086303 or 14780938. OLE color: 14780938.
HSL color Cylindrical-coordinate representation of color #0A8AE1: hue angle of 204.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A8AE1 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 138 | 225 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.12 |
| HSL | 204.28º | 0.91% | 0.46% | - |
| HSV(B) | 204.28º | 0.96% | 0.88% | - |
| XYZ | 22.8 | 23.68 | 74.6 | - |
| YUV | 109.65 | 193.09 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 225 | 0.96 | 0.39 | 0 | 0.12 | 204.28 | 0.91 | 0.46 |
| Hex | A | 8A | E1 | 60 | 27 | 0 | C | CC | 5B | 2E |
| Octal | 12 | 212 | 341 | 140 | 47 | 0 | 14 | 314 | 133 | 56 |
| Binary | 1010 | 10001010 | 11100001 | 1100000 | 100111 | 0 | 1100 | 11001100 | 1011011 | 101110 |
Color Harmonies of #0A8AE1
Complementary color
Monochromatic Colors of #0A8AE1
Black with #0A8AE1
Text Example
Text Example
White with #0A8AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8AE1; }
p { color: rgb(10,138,225); }
H1.HeaderClassName
{
color: #0A8AE1;
}
.AnyTagClassName
{
color: #0A8AE1;
}
</style>
background-color css
<style>
a { background-color: #0A8AE1; }
a { background-color: rgb(10,138,225); }
div.DivClassName
{
background-color: #0A8AE1;
}
.BgClassName
{
background-color: #0A8AE1;
}
</style>
border-color css
<style>
span { border-color: #0A8AE1; }
span { border-color: rgb(10,138,225); }
td.TdClassName
{
border-color: #0A8AE1;
}
.TagClassName
{
border-color: #0A8AE1;
}
</style>