Shades of Dodger Blue #0A8EEF
Tints of Dodger Blue #0A8EEF
RGB
CMYK
RGB Variations
Color information
#0A8EEF (or 0x0A8EEF) is known color: Dodger Blue. HEX triplet: 0A, 8E and EF. RGB value is (10,142,239). Sum of RGB (Red+Green+Blue) = 10+142+239=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A8EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A8EEF is #F57110. Grayscale: #717171. Windows color (decimal): -16085265 or 15699466. OLE color: 15699466.
HSL color Cylindrical-coordinate representation of color #0A8EEF: hue angle of 205.41º 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 #0A8EEF is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 142 | 239 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.06 |
| HSL | 205.41º | 0.92% | 0.49% | - |
| HSV(B) | 205.41º | 0.96% | 0.94% | - |
| XYZ | 25.38 | 25.64 | 85.27 | - |
| YUV | 113.59 | 198.77 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 142 | 239 | 0.96 | 0.41 | 0 | 0.06 | 205.41 | 0.92 | 0.49 |
| Hex | A | 8E | EF | 60 | 29 | 0 | 6 | CD | 5C | 31 |
| Octal | 12 | 216 | 357 | 140 | 51 | 0 | 6 | 315 | 134 | 61 |
| Binary | 1010 | 10001110 | 11101111 | 1100000 | 101001 | 0 | 110 | 11001101 | 1011100 | 110001 |
Color Harmonies of #0A8EEF
Complementary color
Monochromatic Colors of #0A8EEF
Black with #0A8EEF
Text Example
Text Example
White with #0A8EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8EEF; }
p { color: rgb(10,142,239); }
H1.HeaderClassName
{
color: #0A8EEF;
}
.AnyTagClassName
{
color: #0A8EEF;
}
</style>
background-color css
<style>
a { background-color: #0A8EEF; }
a { background-color: rgb(10,142,239); }
div.DivClassName
{
background-color: #0A8EEF;
}
.BgClassName
{
background-color: #0A8EEF;
}
</style>
border-color css
<style>
span { border-color: #0A8EEF; }
span { border-color: rgb(10,142,239); }
td.TdClassName
{
border-color: #0A8EEF;
}
.TagClassName
{
border-color: #0A8EEF;
}
</style>