Shades of Dodger Blue #1680EA
Tints of Dodger Blue #1680EA
RGB
CMYK
RGB Variations
Color information
#1680EA (or 0x1680EA) is known color: Dodger Blue. HEX triplet: 16, 80 and EA. RGB value is (22,128,234). Sum of RGB (Red+Green+Blue) = 22+128+234=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #1680EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1680EA is #E97F15. Grayscale: #6B6B6B. Windows color (decimal): -15302422 or 15368214. OLE color: 15368214.
HSL color Cylindrical-coordinate representation of color #1680EA: hue angle of 210º 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 #1680EA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 128 | 234 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.08 |
| HSL | 210º | 0.83% | 0.5% | - |
| HSV(B) | 210º | 0.91% | 0.92% | - |
| XYZ | 22.9 | 21.55 | 80.79 | - |
| YUV | 108.39 | 198.88 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 234 | 0.91 | 0.45 | 0 | 0.08 | 210 | 0.83 | 0.5 |
| Hex | 16 | 80 | EA | 5B | 2D | 0 | 8 | D2 | 53 | 32 |
| Octal | 26 | 200 | 352 | 133 | 55 | 0 | 10 | 322 | 123 | 62 |
| Binary | 10110 | 10000000 | 11101010 | 1011011 | 101101 | 0 | 1000 | 11010010 | 1010011 | 110010 |
Color Harmonies of #1680EA
Complementary color
Monochromatic Colors of #1680EA
Black with #1680EA
Text Example
Text Example
White with #1680EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680EA; }
p { color: rgb(22,128,234); }
H1.HeaderClassName
{
color: #1680EA;
}
.AnyTagClassName
{
color: #1680EA;
}
</style>
background-color css
<style>
a { background-color: #1680EA; }
a { background-color: rgb(22,128,234); }
div.DivClassName
{
background-color: #1680EA;
}
.BgClassName
{
background-color: #1680EA;
}
</style>
border-color css
<style>
span { border-color: #1680EA; }
span { border-color: rgb(22,128,234); }
td.TdClassName
{
border-color: #1680EA;
}
.TagClassName
{
border-color: #1680EA;
}
</style>