Shades of Dodger Blue #1682F9
Tints of Dodger Blue #1682F9
RGB
CMYK
RGB Variations
Color information
#1682F9 (or 0x1682F9) is known color: Dodger Blue. HEX triplet: 16, 82 and F9. RGB value is (22,130,249). Sum of RGB (Red+Green+Blue) = 22+130+249=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 249 (97.66% from 255 or 62.09% from 401); Max value from RGB is 249 - color contains mainly: blue. Hex color #1682F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682F9 is #E97D06. Grayscale: #6E6E6E. Windows color (decimal): -15301895 or 16351766. OLE color: 16351766.
HSL color Cylindrical-coordinate representation of color #1682F9: hue angle of 211.45º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1682F9 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 130 | 249 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.02 |
| HSL | 211.45º | 0.95% | 0.53% | - |
| HSV(B) | 211.45º | 0.91% | 0.98% | - |
| XYZ | 25.41 | 22.98 | 92.72 | - |
| YUV | 111.27 | 205.72 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 249 | 0.91 | 0.48 | 0 | 0.02 | 211.45 | 0.95 | 0.53 |
| Hex | 16 | 82 | F9 | 5B | 30 | 0 | 2 | D3 | 5F | 35 |
| Octal | 26 | 202 | 371 | 133 | 60 | 0 | 2 | 323 | 137 | 65 |
| Binary | 10110 | 10000010 | 11111001 | 1011011 | 110000 | 0 | 10 | 11010011 | 1011111 | 110101 |
Color Harmonies of #1682F9
Complementary color
Monochromatic Colors of #1682F9
Black with #1682F9
Text Example
Text Example
White with #1682F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682F9; }
p { color: rgb(22,130,249); }
H1.HeaderClassName
{
color: #1682F9;
}
.AnyTagClassName
{
color: #1682F9;
}
</style>
background-color css
<style>
a { background-color: #1682F9; }
a { background-color: rgb(22,130,249); }
div.DivClassName
{
background-color: #1682F9;
}
.BgClassName
{
background-color: #1682F9;
}
</style>
border-color css
<style>
span { border-color: #1682F9; }
span { border-color: rgb(22,130,249); }
td.TdClassName
{
border-color: #1682F9;
}
.TagClassName
{
border-color: #1682F9;
}
</style>