Shades of Dodger Blue #0082F0
Tints of Dodger Blue #0082F0
RGB
CMYK
RGB Variations
Color information
#0082F0 (or 0x0082F0) is known color: Dodger Blue. HEX triplet: 00, 82 and F0. RGB value is (0,130,240). Sum of RGB (Red+Green+Blue) = 0+130+240=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #0082F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0082F0 is #FF7D0F. Grayscale: #676767. Windows color (decimal): -16743696 or 15761920. OLE color: 15761920.
HSL color Cylindrical-coordinate representation of color #0082F0: hue angle of 207.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0082F0 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 130 | 240 | - |
| CMYK | 1 | 0.46 | 0 | 0.06 |
| HSL | 207.5º | 1% | 0.47% | - |
| HSV(B) | 207.5º | 1% | 0.94% | - |
| XYZ | 23.71 | 22.26 | 85.48 | - |
| YUV | 103.67 | 204.93 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 240 | 1 | 0.46 | 0 | 0.06 | 207.5 | 1 | 0.47 |
| Hex | 0 | 82 | F0 | 64 | 2E | 0 | 6 | D0 | 64 | 2F |
| Octal | 0 | 202 | 360 | 144 | 56 | 0 | 6 | 320 | 144 | 57 |
| Binary | 0 | 10000010 | 11110000 | 1100100 | 101110 | 0 | 110 | 11010000 | 1100100 | 101111 |
Color Harmonies of #0082F0
Complementary color
Monochromatic Colors of #0082F0
Black with #0082F0
Text Example
Text Example
White with #0082F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0082F0; }
p { color: rgb(0,130,240); }
H1.HeaderClassName
{
color: #0082F0;
}
.AnyTagClassName
{
color: #0082F0;
}
</style>
background-color css
<style>
a { background-color: #0082F0; }
a { background-color: rgb(0,130,240); }
div.DivClassName
{
background-color: #0082F0;
}
.BgClassName
{
background-color: #0082F0;
}
</style>
border-color css
<style>
span { border-color: #0082F0; }
span { border-color: rgb(0,130,240); }
td.TdClassName
{
border-color: #0082F0;
}
.TagClassName
{
border-color: #0082F0;
}
</style>