Shades of Dodger Blue #0886EA
Tints of Dodger Blue #0886EA
RGB
CMYK
RGB Variations
Color information
#0886EA (or 0x0886EA) is known color: Dodger Blue. HEX triplet: 08, 86 and EA. RGB value is (8,134,234). Sum of RGB (Red+Green+Blue) = 8+134+234=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #0886EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0886EA is #F77915. Grayscale: #6B6B6B. Windows color (decimal): -16218390 or 15369736. OLE color: 15369736.
HSL color Cylindrical-coordinate representation of color #0886EA: hue angle of 206.55º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0886EA is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 134 | 234 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.08 |
| HSL | 206.55º | 0.93% | 0.47% | - |
| HSV(B) | 206.55º | 0.97% | 0.92% | - |
| XYZ | 23.48 | 23.04 | 81.05 | - |
| YUV | 107.73 | 199.26 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 234 | 0.97 | 0.43 | 0 | 0.08 | 206.55 | 0.93 | 0.47 |
| Hex | 8 | 86 | EA | 61 | 2B | 0 | 8 | CF | 5D | 2F |
| Octal | 10 | 206 | 352 | 141 | 53 | 0 | 10 | 317 | 135 | 57 |
| Binary | 1000 | 10000110 | 11101010 | 1100001 | 101011 | 0 | 1000 | 11001111 | 1011101 | 101111 |
Color Harmonies of #0886EA
Complementary color
Monochromatic Colors of #0886EA
Black with #0886EA
Text Example
Text Example
White with #0886EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0886EA; }
p { color: rgb(8,134,234); }
H1.HeaderClassName
{
color: #0886EA;
}
.AnyTagClassName
{
color: #0886EA;
}
</style>
background-color css
<style>
a { background-color: #0886EA; }
a { background-color: rgb(8,134,234); }
div.DivClassName
{
background-color: #0886EA;
}
.BgClassName
{
background-color: #0886EA;
}
</style>
border-color css
<style>
span { border-color: #0886EA; }
span { border-color: rgb(8,134,234); }
td.TdClassName
{
border-color: #0886EA;
}
.TagClassName
{
border-color: #0886EA;
}
</style>