Shades of Dodger Blue #0080F9
Tints of Dodger Blue #0080F9
RGB
CMYK
RGB Variations
Color information
#0080F9 (or 0x0080F9) is known color: Dodger Blue. HEX triplet: 00, 80 and F9. RGB value is (0,128,249). Sum of RGB (Red+Green+Blue) = 0+128+249=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 249 (97.66% from 255 or 66.05% from 377); Max value from RGB is 249 - color contains mainly: blue. Hex color #0080F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080F9 is #FF7F06. Grayscale: #666666. Windows color (decimal): -16744199 or 16351232. OLE color: 16351232.
HSL color Cylindrical-coordinate representation of color #0080F9: hue angle of 209.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080F9 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 128 | 249 | - |
| CMYK | 1 | 0.49 | 0 | 0.02 |
| HSL | 209.16º | 1% | 0.49% | - |
| HSV(B) | 209.16º | 1% | 0.98% | - |
| XYZ | 24.82 | 22.28 | 92.61 | - |
| YUV | 103.52 | 210.09 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 249 | 1 | 0.49 | 0 | 0.02 | 209.16 | 1 | 0.49 |
| Hex | 0 | 80 | F9 | 64 | 31 | 0 | 2 | D1 | 64 | 31 |
| Octal | 0 | 200 | 371 | 144 | 61 | 0 | 2 | 321 | 144 | 61 |
| Binary | 0 | 10000000 | 11111001 | 1100100 | 110001 | 0 | 10 | 11010001 | 1100100 | 110001 |
Color Harmonies of #0080F9
Complementary color
Monochromatic Colors of #0080F9
Black with #0080F9
Text Example
Text Example
White with #0080F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080F9; }
p { color: rgb(0,128,249); }
H1.HeaderClassName
{
color: #0080F9;
}
.AnyTagClassName
{
color: #0080F9;
}
</style>
background-color css
<style>
a { background-color: #0080F9; }
a { background-color: rgb(0,128,249); }
div.DivClassName
{
background-color: #0080F9;
}
.BgClassName
{
background-color: #0080F9;
}
</style>
border-color css
<style>
span { border-color: #0080F9; }
span { border-color: rgb(0,128,249); }
td.TdClassName
{
border-color: #0080F9;
}
.TagClassName
{
border-color: #0080F9;
}
</style>