Shades of Dodger Blue #0882EA
Tints of Dodger Blue #0882EA
RGB
CMYK
RGB Variations
Color information
#0882EA (or 0x0882EA) is known color: Dodger Blue. HEX triplet: 08, 82 and EA. RGB value is (8,130,234). Sum of RGB (Red+Green+Blue) = 8+130+234=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #0882EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0882EA is #F77D15. Grayscale: #686868. Windows color (decimal): -16219414 or 15368712. OLE color: 15368712.
HSL color Cylindrical-coordinate representation of color #0882EA: hue angle of 207.61º 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 #0882EA is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 130 | 234 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.08 |
| HSL | 207.61º | 0.93% | 0.47% | - |
| HSV(B) | 207.61º | 0.97% | 0.92% | - |
| XYZ | 22.93 | 21.96 | 80.87 | - |
| YUV | 105.38 | 200.58 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 234 | 0.97 | 0.44 | 0 | 0.08 | 207.61 | 0.93 | 0.47 |
| Hex | 8 | 82 | EA | 61 | 2C | 0 | 8 | D0 | 5D | 2F |
| Octal | 10 | 202 | 352 | 141 | 54 | 0 | 10 | 320 | 135 | 57 |
| Binary | 1000 | 10000010 | 11101010 | 1100001 | 101100 | 0 | 1000 | 11010000 | 1011101 | 101111 |
Color Harmonies of #0882EA
Complementary color
Monochromatic Colors of #0882EA
Black with #0882EA
Text Example
Text Example
White with #0882EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882EA; }
p { color: rgb(8,130,234); }
H1.HeaderClassName
{
color: #0882EA;
}
.AnyTagClassName
{
color: #0882EA;
}
</style>
background-color css
<style>
a { background-color: #0882EA; }
a { background-color: rgb(8,130,234); }
div.DivClassName
{
background-color: #0882EA;
}
.BgClassName
{
background-color: #0882EA;
}
</style>
border-color css
<style>
span { border-color: #0882EA; }
span { border-color: rgb(8,130,234); }
td.TdClassName
{
border-color: #0882EA;
}
.TagClassName
{
border-color: #0882EA;
}
</style>