Shades of Dodger Blue #1082F7
Tints of Dodger Blue #1082F7
RGB
CMYK
RGB Variations
Color information
#1082F7 (or 0x1082F7) is known color: Dodger Blue. HEX triplet: 10, 82 and F7. RGB value is (16,130,247). Sum of RGB (Red+Green+Blue) = 16+130+247=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #1082F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1082F7 is #EF7D08. Grayscale: #6C6C6C. Windows color (decimal): -15695113 or 16220688. OLE color: 16220688.
HSL color Cylindrical-coordinate representation of color #1082F7: hue angle of 210.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1082F7 is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 130 | 247 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.03 |
| HSL | 210.39º | 0.94% | 0.52% | - |
| HSV(B) | 210.39º | 0.94% | 0.97% | - |
| XYZ | 24.98 | 22.79 | 91.08 | - |
| YUV | 109.25 | 205.73 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 247 | 0.94 | 0.47 | 0 | 0.03 | 210.39 | 0.94 | 0.52 |
| Hex | 10 | 82 | F7 | 5E | 2F | 0 | 3 | D2 | 5E | 34 |
| Octal | 20 | 202 | 367 | 136 | 57 | 0 | 3 | 322 | 136 | 64 |
| Binary | 10000 | 10000010 | 11110111 | 1011110 | 101111 | 0 | 11 | 11010010 | 1011110 | 110100 |
Color Harmonies of #1082F7
Complementary color
Monochromatic Colors of #1082F7
Black with #1082F7
Text Example
Text Example
White with #1082F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082F7; }
p { color: rgb(16,130,247); }
H1.HeaderClassName
{
color: #1082F7;
}
.AnyTagClassName
{
color: #1082F7;
}
</style>
background-color css
<style>
a { background-color: #1082F7; }
a { background-color: rgb(16,130,247); }
div.DivClassName
{
background-color: #1082F7;
}
.BgClassName
{
background-color: #1082F7;
}
</style>
border-color css
<style>
span { border-color: #1082F7; }
span { border-color: rgb(16,130,247); }
td.TdClassName
{
border-color: #1082F7;
}
.TagClassName
{
border-color: #1082F7;
}
</style>