Shades of Dodger Blue #1682ED
Tints of Dodger Blue #1682ED
RGB
CMYK
RGB Variations
Color information
#1682ED (or 0x1682ED) is known color: Dodger Blue. HEX triplet: 16, 82 and ED. RGB value is (22,130,237). Sum of RGB (Red+Green+Blue) = 22+130+237=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #1682ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682ED is #E97D12. Grayscale: #6D6D6D. Windows color (decimal): -15301907 or 15565334. OLE color: 15565334.
HSL color Cylindrical-coordinate representation of color #1682ED: hue angle of 209.86º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1682ED is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 130 | 237 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.07 |
| HSL | 209.86º | 0.86% | 0.51% | - |
| HSV(B) | 209.86º | 0.91% | 0.93% | - |
| XYZ | 23.6 | 22.25 | 83.17 | - |
| YUV | 109.91 | 199.72 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 237 | 0.91 | 0.45 | 0 | 0.07 | 209.86 | 0.86 | 0.51 |
| Hex | 16 | 82 | ED | 5B | 2D | 0 | 7 | D2 | 56 | 33 |
| Octal | 26 | 202 | 355 | 133 | 55 | 0 | 7 | 322 | 126 | 63 |
| Binary | 10110 | 10000010 | 11101101 | 1011011 | 101101 | 0 | 111 | 11010010 | 1010110 | 110011 |
Color Harmonies of #1682ED
Complementary color
Monochromatic Colors of #1682ED
Black with #1682ED
Text Example
Text Example
White with #1682ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682ED; }
p { color: rgb(22,130,237); }
H1.HeaderClassName
{
color: #1682ED;
}
.AnyTagClassName
{
color: #1682ED;
}
</style>
background-color css
<style>
a { background-color: #1682ED; }
a { background-color: rgb(22,130,237); }
div.DivClassName
{
background-color: #1682ED;
}
.BgClassName
{
background-color: #1682ED;
}
</style>
border-color css
<style>
span { border-color: #1682ED; }
span { border-color: rgb(22,130,237); }
td.TdClassName
{
border-color: #1682ED;
}
.TagClassName
{
border-color: #1682ED;
}
</style>