Shades of Dodger Blue #0880ED
Tints of Dodger Blue #0880ED
RGB
CMYK
RGB Variations
Color information
#0880ED (or 0x0880ED) is known color: Dodger Blue. HEX triplet: 08, 80 and ED. RGB value is (8,128,237). Sum of RGB (Red+Green+Blue) = 8+128+237=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #0880ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0880ED is #F77F12. Grayscale: #676767. Windows color (decimal): -16219923 or 15564808. OLE color: 15564808.
HSL color Cylindrical-coordinate representation of color #0880ED: hue angle of 208.56º 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 #0880ED is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 128 | 237 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.07 |
| HSL | 208.56º | 0.93% | 0.48% | - |
| HSV(B) | 208.56º | 0.97% | 0.93% | - |
| XYZ | 23.11 | 21.6 | 83.07 | - |
| YUV | 104.55 | 202.74 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 237 | 0.97 | 0.46 | 0 | 0.07 | 208.56 | 0.93 | 0.48 |
| Hex | 8 | 80 | ED | 61 | 2E | 0 | 7 | D1 | 5D | 30 |
| Octal | 10 | 200 | 355 | 141 | 56 | 0 | 7 | 321 | 135 | 60 |
| Binary | 1000 | 10000000 | 11101101 | 1100001 | 101110 | 0 | 111 | 11010001 | 1011101 | 110000 |
Color Harmonies of #0880ED
Complementary color
Monochromatic Colors of #0880ED
Black with #0880ED
Text Example
Text Example
White with #0880ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0880ED; }
p { color: rgb(8,128,237); }
H1.HeaderClassName
{
color: #0880ED;
}
.AnyTagClassName
{
color: #0880ED;
}
</style>
background-color css
<style>
a { background-color: #0880ED; }
a { background-color: rgb(8,128,237); }
div.DivClassName
{
background-color: #0880ED;
}
.BgClassName
{
background-color: #0880ED;
}
</style>
border-color css
<style>
span { border-color: #0880ED; }
span { border-color: rgb(8,128,237); }
td.TdClassName
{
border-color: #0880ED;
}
.TagClassName
{
border-color: #0880ED;
}
</style>