Shades of Dodger Blue #0082F1
Tints of Dodger Blue #0082F1
RGB
CMYK
RGB Variations
Color information
#0082F1 (or 0x0082F1) is known color: Dodger Blue. HEX triplet: 00, 82 and F1. RGB value is (0,130,241). Sum of RGB (Red+Green+Blue) = 0+130+241=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 241 (94.53% from 255 or 64.96% from 371); Max value from RGB is 241 - color contains mainly: blue. Hex color #0082F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0082F1 is #FF7D0E. Grayscale: #676767. Windows color (decimal): -16743695 or 15827456. OLE color: 15827456.
HSL color Cylindrical-coordinate representation of color #0082F1: hue angle of 207.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082F1 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 130 | 241 | - |
| CMYK | 1 | 0.46 | 0 | 0.05 |
| HSL | 207.63º | 1% | 0.47% | - |
| HSV(B) | 207.63º | 1% | 0.95% | - |
| XYZ | 23.86 | 22.32 | 86.27 | - |
| YUV | 103.78 | 205.43 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 241 | 1 | 0.46 | 0 | 0.05 | 207.63 | 1 | 0.47 |
| Hex | 0 | 82 | F1 | 64 | 2E | 0 | 5 | D0 | 64 | 2F |
| Octal | 0 | 202 | 361 | 144 | 56 | 0 | 5 | 320 | 144 | 57 |
| Binary | 0 | 10000010 | 11110001 | 1100100 | 101110 | 0 | 101 | 11010000 | 1100100 | 101111 |
Color Harmonies of #0082F1
Complementary color
Monochromatic Colors of #0082F1
Black with #0082F1
Text Example
Text Example
White with #0082F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082F1; }
p { color: rgb(0,130,241); }
H1.HeaderClassName
{
color: #0082F1;
}
.AnyTagClassName
{
color: #0082F1;
}
</style>
background-color css
<style>
a { background-color: #0082F1; }
a { background-color: rgb(0,130,241); }
div.DivClassName
{
background-color: #0082F1;
}
.BgClassName
{
background-color: #0082F1;
}
</style>
border-color css
<style>
span { border-color: #0082F1; }
span { border-color: rgb(0,130,241); }
td.TdClassName
{
border-color: #0082F1;
}
.TagClassName
{
border-color: #0082F1;
}
</style>