Shades of Dodger Blue #0880E6
Tints of Dodger Blue #0880E6
RGB
CMYK
RGB Variations
Color information
#0880E6 (or 0x0880E6) is known color: Dodger Blue. HEX triplet: 08, 80 and E6. RGB value is (8,128,230). Sum of RGB (Red+Green+Blue) = 8+128+230=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 230 (90.23% from 255 or 62.84% from 366); Max value from RGB is 230 - color contains mainly: blue. Hex color #0880E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0880E6 is #F77F19. Grayscale: #676767. Windows color (decimal): -16219930 or 15106056. OLE color: 15106056.
HSL color Cylindrical-coordinate representation of color #0880E6: hue angle of 207.57º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0880E6 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 128 | 230 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.10 |
| HSL | 207.57º | 0.93% | 0.47% | - |
| HSV(B) | 207.57º | 0.97% | 0.9% | - |
| XYZ | 22.1 | 21.2 | 77.79 | - |
| YUV | 103.75 | 199.24 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 230 | 0.97 | 0.44 | 0 | 0.10 | 207.57 | 0.93 | 0.47 |
| Hex | 8 | 80 | E6 | 61 | 2C | 0 | A | D0 | 5D | 2F |
| Octal | 10 | 200 | 346 | 141 | 54 | 0 | 12 | 320 | 135 | 57 |
| Binary | 1000 | 10000000 | 11100110 | 1100001 | 101100 | 0 | 1010 | 11010000 | 1011101 | 101111 |
Color Harmonies of #0880E6
Complementary color
Monochromatic Colors of #0880E6
Black with #0880E6
Text Example
Text Example
White with #0880E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0880E6; }
p { color: rgb(8,128,230); }
H1.HeaderClassName
{
color: #0880E6;
}
.AnyTagClassName
{
color: #0880E6;
}
</style>
background-color css
<style>
a { background-color: #0880E6; }
a { background-color: rgb(8,128,230); }
div.DivClassName
{
background-color: #0880E6;
}
.BgClassName
{
background-color: #0880E6;
}
</style>
border-color css
<style>
span { border-color: #0880E6; }
span { border-color: rgb(8,128,230); }
td.TdClassName
{
border-color: #0880E6;
}
.TagClassName
{
border-color: #0880E6;
}
</style>