Shades of Dodger Blue #0885E5
Tints of Dodger Blue #0885E5
RGB
CMYK
RGB Variations
Color information
#0885E5 (or 0x0885E5) is known color: Dodger Blue. HEX triplet: 08, 85 and E5. RGB value is (8,133,229). Sum of RGB (Red+Green+Blue) = 8+133+229=370 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #0885E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885E5 is #F77A1A. Grayscale: #6A6A6A. Windows color (decimal): -16218651 or 15041800. OLE color: 15041800.
HSL color Cylindrical-coordinate representation of color #0885E5: hue angle of 206.06º 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 #0885E5 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 133 | 229 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.10 |
| HSL | 206.06º | 0.93% | 0.46% | - |
| HSV(B) | 206.06º | 0.97% | 0.9% | - |
| XYZ | 22.63 | 22.48 | 77.28 | - |
| YUV | 106.57 | 197.09 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 229 | 0.97 | 0.42 | 0 | 0.10 | 206.06 | 0.93 | 0.46 |
| Hex | 8 | 85 | E5 | 61 | 2A | 0 | A | CE | 5D | 2E |
| Octal | 10 | 205 | 345 | 141 | 52 | 0 | 12 | 316 | 135 | 56 |
| Binary | 1000 | 10000101 | 11100101 | 1100001 | 101010 | 0 | 1010 | 11001110 | 1011101 | 101110 |
Color Harmonies of #0885E5
Complementary color
Monochromatic Colors of #0885E5
Black with #0885E5
Text Example
Text Example
White with #0885E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885E5; }
p { color: rgb(8,133,229); }
H1.HeaderClassName
{
color: #0885E5;
}
.AnyTagClassName
{
color: #0885E5;
}
</style>
background-color css
<style>
a { background-color: #0885E5; }
a { background-color: rgb(8,133,229); }
div.DivClassName
{
background-color: #0885E5;
}
.BgClassName
{
background-color: #0885E5;
}
</style>
border-color css
<style>
span { border-color: #0885E5; }
span { border-color: rgb(8,133,229); }
td.TdClassName
{
border-color: #0885E5;
}
.TagClassName
{
border-color: #0885E5;
}
</style>