Shades of Dodger Blue #0882ED
Tints of Dodger Blue #0882ED
RGB
CMYK
RGB Variations
Color information
#0882ED (or 0x0882ED) is known color: Dodger Blue. HEX triplet: 08, 82 and ED. RGB value is (8,130,237). Sum of RGB (Red+Green+Blue) = 8+130+237=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #0882ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0882ED is #F77D12. Grayscale: #696969. Windows color (decimal): -16219411 or 15565320. OLE color: 15565320.
HSL color Cylindrical-coordinate representation of color #0882ED: hue angle of 208.03º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0882ED is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 130 | 237 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.07 |
| HSL | 208.03º | 0.93% | 0.48% | - |
| HSV(B) | 208.03º | 0.97% | 0.93% | - |
| XYZ | 23.37 | 22.13 | 83.16 | - |
| YUV | 105.72 | 202.08 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 237 | 0.97 | 0.45 | 0 | 0.07 | 208.03 | 0.93 | 0.48 |
| Hex | 8 | 82 | ED | 61 | 2D | 0 | 7 | D0 | 5D | 30 |
| Octal | 10 | 202 | 355 | 141 | 55 | 0 | 7 | 320 | 135 | 60 |
| Binary | 1000 | 10000010 | 11101101 | 1100001 | 101101 | 0 | 111 | 11010000 | 1011101 | 110000 |
Color Harmonies of #0882ED
Complementary color
Monochromatic Colors of #0882ED
Black with #0882ED
Text Example
Text Example
White with #0882ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0882ED; }
p { color: rgb(8,130,237); }
H1.HeaderClassName
{
color: #0882ED;
}
.AnyTagClassName
{
color: #0882ED;
}
</style>
background-color css
<style>
a { background-color: #0882ED; }
a { background-color: rgb(8,130,237); }
div.DivClassName
{
background-color: #0882ED;
}
.BgClassName
{
background-color: #0882ED;
}
</style>
border-color css
<style>
span { border-color: #0882ED; }
span { border-color: rgb(8,130,237); }
td.TdClassName
{
border-color: #0882ED;
}
.TagClassName
{
border-color: #0882ED;
}
</style>