Shades of Dodger Blue #0884F0
Tints of Dodger Blue #0884F0
RGB
CMYK
RGB Variations
Color information
#0884F0 (or 0x0884F0) is known color: Dodger Blue. HEX triplet: 08, 84 and F0. RGB value is (8,132,240). Sum of RGB (Red+Green+Blue) = 8+132+240=380 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 240 (94.14% from 255 or 63.16% from 380); Max value from RGB is 240 - color contains mainly: blue. Hex color #0884F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0884F0 is #F77B0F. Grayscale: #6A6A6A. Windows color (decimal): -16218896 or 15762440. OLE color: 15762440.
HSL color Cylindrical-coordinate representation of color #0884F0: hue angle of 207.93º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0884F0 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 132 | 240 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.06 |
| HSL | 207.93º | 0.94% | 0.49% | - |
| HSV(B) | 207.93º | 0.97% | 0.94% | - |
| XYZ | 24.08 | 22.85 | 85.58 | - |
| YUV | 107.24 | 202.92 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 240 | 0.97 | 0.45 | 0 | 0.06 | 207.93 | 0.94 | 0.49 |
| Hex | 8 | 84 | F0 | 61 | 2D | 0 | 6 | D0 | 5E | 31 |
| Octal | 10 | 204 | 360 | 141 | 55 | 0 | 6 | 320 | 136 | 61 |
| Binary | 1000 | 10000100 | 11110000 | 1100001 | 101101 | 0 | 110 | 11010000 | 1011110 | 110001 |
Color Harmonies of #0884F0
Complementary color
Monochromatic Colors of #0884F0
Black with #0884F0
Text Example
Text Example
White with #0884F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884F0; }
p { color: rgb(8,132,240); }
H1.HeaderClassName
{
color: #0884F0;
}
.AnyTagClassName
{
color: #0884F0;
}
</style>
background-color css
<style>
a { background-color: #0884F0; }
a { background-color: rgb(8,132,240); }
div.DivClassName
{
background-color: #0884F0;
}
.BgClassName
{
background-color: #0884F0;
}
</style>
border-color css
<style>
span { border-color: #0884F0; }
span { border-color: rgb(8,132,240); }
td.TdClassName
{
border-color: #0884F0;
}
.TagClassName
{
border-color: #0884F0;
}
</style>