Shades of Dodger Blue #0A8CE1
Tints of Dodger Blue #0A8CE1
RGB
CMYK
RGB Variations
Color information
#0A8CE1 (or 0x0A8CE1) is known color: Dodger Blue. HEX triplet: 0A, 8C and E1. RGB value is (10,140,225). Sum of RGB (Red+Green+Blue) = 10+140+225=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 225 (88.28% from 255 or 60% from 375); Max value from RGB is 225 - color contains mainly: blue. Hex color #0A8CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8CE1 is #F5731E. Grayscale: #6E6E6E. Windows color (decimal): -16085791 or 14781450. OLE color: 14781450.
HSL color Cylindrical-coordinate representation of color #0A8CE1: hue angle of 203.72º 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 #0A8CE1 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 10 | 140 | 225 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.12 |
| HSL | 203.72º | 0.91% | 0.46% | - |
| HSV(B) | 203.72º | 0.96% | 0.88% | - |
| XYZ | 23.09 | 24.26 | 74.7 | - |
| YUV | 110.82 | 192.43 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 140 | 225 | 0.96 | 0.38 | 0 | 0.12 | 203.72 | 0.91 | 0.46 |
| Hex | A | 8C | E1 | 60 | 26 | 0 | C | CC | 5B | 2E |
| Octal | 12 | 214 | 341 | 140 | 46 | 0 | 14 | 314 | 133 | 56 |
| Binary | 1010 | 10001100 | 11100001 | 1100000 | 100110 | 0 | 1100 | 11001100 | 1011011 | 101110 |
Color Harmonies of #0A8CE1
Complementary color
Monochromatic Colors of #0A8CE1
Black with #0A8CE1
Text Example
Text Example
White with #0A8CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8CE1; }
p { color: rgb(10,140,225); }
H1.HeaderClassName
{
color: #0A8CE1;
}
.AnyTagClassName
{
color: #0A8CE1;
}
</style>
background-color css
<style>
a { background-color: #0A8CE1; }
a { background-color: rgb(10,140,225); }
div.DivClassName
{
background-color: #0A8CE1;
}
.BgClassName
{
background-color: #0A8CE1;
}
</style>
border-color css
<style>
span { border-color: #0A8CE1; }
span { border-color: rgb(10,140,225); }
td.TdClassName
{
border-color: #0A8CE1;
}
.TagClassName
{
border-color: #0A8CE1;
}
</style>