Shades of Dodger Blue #1682EA
Tints of Dodger Blue #1682EA
RGB
CMYK
RGB Variations
Color information
#1682EA (or 0x1682EA) is known color: Dodger Blue. HEX triplet: 16, 82 and EA. RGB value is (22,130,234). Sum of RGB (Red+Green+Blue) = 22+130+234=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #1682EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1682EA is #E97D15. Grayscale: #6D6D6D. Windows color (decimal): -15301910 or 15368726. OLE color: 15368726.
HSL color Cylindrical-coordinate representation of color #1682EA: hue angle of 209.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1682EA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 130 | 234 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.08 |
| HSL | 209.43º | 0.83% | 0.5% | - |
| HSV(B) | 209.43º | 0.91% | 0.92% | - |
| XYZ | 23.16 | 22.08 | 80.88 | - |
| YUV | 109.56 | 198.22 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 234 | 0.91 | 0.44 | 0 | 0.08 | 209.43 | 0.83 | 0.5 |
| Hex | 16 | 82 | EA | 5B | 2C | 0 | 8 | D1 | 53 | 32 |
| Octal | 26 | 202 | 352 | 133 | 54 | 0 | 10 | 321 | 123 | 62 |
| Binary | 10110 | 10000010 | 11101010 | 1011011 | 101100 | 0 | 1000 | 11010001 | 1010011 | 110010 |
Color Harmonies of #1682EA
Complementary color
Monochromatic Colors of #1682EA
Black with #1682EA
Text Example
Text Example
White with #1682EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682EA; }
p { color: rgb(22,130,234); }
H1.HeaderClassName
{
color: #1682EA;
}
.AnyTagClassName
{
color: #1682EA;
}
</style>
background-color css
<style>
a { background-color: #1682EA; }
a { background-color: rgb(22,130,234); }
div.DivClassName
{
background-color: #1682EA;
}
.BgClassName
{
background-color: #1682EA;
}
</style>
border-color css
<style>
span { border-color: #1682EA; }
span { border-color: rgb(22,130,234); }
td.TdClassName
{
border-color: #1682EA;
}
.TagClassName
{
border-color: #1682EA;
}
</style>