Shades of Dodger Blue #0880FD
Tints of Dodger Blue #0880FD
RGB
CMYK
RGB Variations
Color information
#0880FD (or 0x0880FD) is known color: Dodger Blue. HEX triplet: 08, 80 and FD. RGB value is (8,128,253). Sum of RGB (Red+Green+Blue) = 8+128+253=389 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.06% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #0880FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0880FD is #F77F02. Grayscale: #696969. Windows color (decimal): -16219907 or 16613384. OLE color: 16613384.
HSL color Cylindrical-coordinate representation of color #0880FD: hue angle of 210.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0880FD is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 128 | 253 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.01 |
| HSL | 210.61º | 0.98% | 0.51% | - |
| HSV(B) | 210.61º | 0.97% | 0.99% | - |
| XYZ | 25.55 | 22.58 | 95.94 | - |
| YUV | 106.37 | 210.74 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 128 | 253 | 0.97 | 0.49 | 0 | 0.01 | 210.61 | 0.98 | 0.51 |
| Hex | 8 | 80 | FD | 61 | 31 | 0 | 1 | D3 | 62 | 33 |
| Octal | 10 | 200 | 375 | 141 | 61 | 0 | 1 | 323 | 142 | 63 |
| Binary | 1000 | 10000000 | 11111101 | 1100001 | 110001 | 0 | 1 | 11010011 | 1100010 | 110011 |
Color Harmonies of #0880FD
Complementary color
Monochromatic Colors of #0880FD
Black with #0880FD
Text Example
Text Example
White with #0880FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0880FD; }
p { color: rgb(8,128,253); }
H1.HeaderClassName
{
color: #0880FD;
}
.AnyTagClassName
{
color: #0880FD;
}
</style>
background-color css
<style>
a { background-color: #0880FD; }
a { background-color: rgb(8,128,253); }
div.DivClassName
{
background-color: #0880FD;
}
.BgClassName
{
background-color: #0880FD;
}
</style>
border-color css
<style>
span { border-color: #0880FD; }
span { border-color: rgb(8,128,253); }
td.TdClassName
{
border-color: #0880FD;
}
.TagClassName
{
border-color: #0880FD;
}
</style>