Shades of Dodger Blue #0884E5
Tints of Dodger Blue #0884E5
RGB
CMYK
RGB Variations
Color information
#0884E5 (or 0x0884E5) is known color: Dodger Blue. HEX triplet: 08, 84 and E5. RGB value is (8,132,229). Sum of RGB (Red+Green+Blue) = 8+132+229=369 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #0884E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884E5 is #F77B1A. Grayscale: #696969. Windows color (decimal): -16218907 or 15041544. OLE color: 15041544.
HSL color Cylindrical-coordinate representation of color #0884E5: hue angle of 206.33º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0884E5 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 132 | 229 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.10 |
| HSL | 206.33º | 0.93% | 0.46% | - |
| HSV(B) | 206.33º | 0.97% | 0.9% | - |
| XYZ | 22.49 | 22.21 | 77.23 | - |
| YUV | 105.98 | 197.42 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 229 | 0.97 | 0.42 | 0 | 0.10 | 206.33 | 0.93 | 0.46 |
| Hex | 8 | 84 | E5 | 61 | 2A | 0 | A | CE | 5D | 2E |
| Octal | 10 | 204 | 345 | 141 | 52 | 0 | 12 | 316 | 135 | 56 |
| Binary | 1000 | 10000100 | 11100101 | 1100001 | 101010 | 0 | 1010 | 11001110 | 1011101 | 101110 |
Color Harmonies of #0884E5
Complementary color
Monochromatic Colors of #0884E5
Black with #0884E5
Text Example
Text Example
White with #0884E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884E5; }
p { color: rgb(8,132,229); }
H1.HeaderClassName
{
color: #0884E5;
}
.AnyTagClassName
{
color: #0884E5;
}
</style>
background-color css
<style>
a { background-color: #0884E5; }
a { background-color: rgb(8,132,229); }
div.DivClassName
{
background-color: #0884E5;
}
.BgClassName
{
background-color: #0884E5;
}
</style>
border-color css
<style>
span { border-color: #0884E5; }
span { border-color: rgb(8,132,229); }
td.TdClassName
{
border-color: #0884E5;
}
.TagClassName
{
border-color: #0884E5;
}
</style>