Shades of Dodger Blue #0882E5
Tints of Dodger Blue #0882E5
RGB
CMYK
RGB Variations
Color information
#0882E5 (or 0x0882E5) is known color: Dodger Blue. HEX triplet: 08, 82 and E5. RGB value is (8,130,229). Sum of RGB (Red+Green+Blue) = 8+130+229=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #0882E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0882E5 is #F77D1A. Grayscale: #686868. Windows color (decimal): -16219419 or 15041032. OLE color: 15041032.
HSL color Cylindrical-coordinate representation of color #0882E5: hue angle of 206.88º 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 #0882E5 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 130 | 229 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.10 |
| HSL | 206.88º | 0.93% | 0.46% | - |
| HSV(B) | 206.88º | 0.97% | 0.9% | - |
| XYZ | 22.23 | 21.67 | 77.14 | - |
| YUV | 104.81 | 198.08 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 229 | 0.97 | 0.43 | 0 | 0.10 | 206.88 | 0.93 | 0.46 |
| Hex | 8 | 82 | E5 | 61 | 2B | 0 | A | CF | 5D | 2E |
| Octal | 10 | 202 | 345 | 141 | 53 | 0 | 12 | 317 | 135 | 56 |
| Binary | 1000 | 10000010 | 11100101 | 1100001 | 101011 | 0 | 1010 | 11001111 | 1011101 | 101110 |
Color Harmonies of #0882E5
Complementary color
Monochromatic Colors of #0882E5
Black with #0882E5
Text Example
Text Example
White with #0882E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882E5; }
p { color: rgb(8,130,229); }
H1.HeaderClassName
{
color: #0882E5;
}
.AnyTagClassName
{
color: #0882E5;
}
</style>
background-color css
<style>
a { background-color: #0882E5; }
a { background-color: rgb(8,130,229); }
div.DivClassName
{
background-color: #0882E5;
}
.BgClassName
{
background-color: #0882E5;
}
</style>
border-color css
<style>
span { border-color: #0882E5; }
span { border-color: rgb(8,130,229); }
td.TdClassName
{
border-color: #0882E5;
}
.TagClassName
{
border-color: #0882E5;
}
</style>