Shades of Dodger Blue #0080FB
Tints of Dodger Blue #0080FB
RGB
CMYK
RGB Variations
Color information
#0080FB (or 0x0080FB) is known color: Dodger Blue. HEX triplet: 00, 80 and FB. RGB value is (0,128,251). Sum of RGB (Red+Green+Blue) = 0+128+251=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #0080FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080FB is #FF7F04. Grayscale: #676767. Windows color (decimal): -16744197 or 16482304. OLE color: 16482304.
HSL color Cylindrical-coordinate representation of color #0080FB: hue angle of 209.4º 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 #0080FB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 128 | 251 | - |
| CMYK | 1 | 0.49 | 0 | 0.02 |
| HSL | 209.4º | 1% | 0.49% | - |
| HSV(B) | 209.4º | 1% | 0.98% | - |
| XYZ | 25.13 | 22.4 | 94.27 | - |
| YUV | 103.75 | 211.09 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 251 | 1 | 0.49 | 0 | 0.02 | 209.4 | 1 | 0.49 |
| Hex | 0 | 80 | FB | 64 | 31 | 0 | 2 | D1 | 64 | 31 |
| Octal | 0 | 200 | 373 | 144 | 61 | 0 | 2 | 321 | 144 | 61 |
| Binary | 0 | 10000000 | 11111011 | 1100100 | 110001 | 0 | 10 | 11010001 | 1100100 | 110001 |
Color Harmonies of #0080FB
Complementary color
Monochromatic Colors of #0080FB
Black with #0080FB
Text Example
Text Example
White with #0080FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080FB; }
p { color: rgb(0,128,251); }
H1.HeaderClassName
{
color: #0080FB;
}
.AnyTagClassName
{
color: #0080FB;
}
</style>
background-color css
<style>
a { background-color: #0080FB; }
a { background-color: rgb(0,128,251); }
div.DivClassName
{
background-color: #0080FB;
}
.BgClassName
{
background-color: #0080FB;
}
</style>
border-color css
<style>
span { border-color: #0080FB; }
span { border-color: rgb(0,128,251); }
td.TdClassName
{
border-color: #0080FB;
}
.TagClassName
{
border-color: #0080FB;
}
</style>