Shades of Dodger Blue #1680EF
Tints of Dodger Blue #1680EF
RGB
CMYK
RGB Variations
Color information
#1680EF (or 0x1680EF) is known color: Dodger Blue. HEX triplet: 16, 80 and EF. RGB value is (22,128,239). Sum of RGB (Red+Green+Blue) = 22+128+239=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #1680EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1680EF is #E97F10. Grayscale: #6C6C6C. Windows color (decimal): -15302417 or 15695894. OLE color: 15695894.
HSL color Cylindrical-coordinate representation of color #1680EF: hue angle of 210.69º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1680EF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 128 | 239 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.06 |
| HSL | 210.69º | 0.87% | 0.51% | - |
| HSV(B) | 210.69º | 0.91% | 0.94% | - |
| XYZ | 23.63 | 21.84 | 84.63 | - |
| YUV | 108.96 | 201.38 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 239 | 0.91 | 0.46 | 0 | 0.06 | 210.69 | 0.87 | 0.51 |
| Hex | 16 | 80 | EF | 5B | 2E | 0 | 6 | D3 | 57 | 33 |
| Octal | 26 | 200 | 357 | 133 | 56 | 0 | 6 | 323 | 127 | 63 |
| Binary | 10110 | 10000000 | 11101111 | 1011011 | 101110 | 0 | 110 | 11010011 | 1010111 | 110011 |
Color Harmonies of #1680EF
Complementary color
Monochromatic Colors of #1680EF
Black with #1680EF
Text Example
Text Example
White with #1680EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680EF; }
p { color: rgb(22,128,239); }
H1.HeaderClassName
{
color: #1680EF;
}
.AnyTagClassName
{
color: #1680EF;
}
</style>
background-color css
<style>
a { background-color: #1680EF; }
a { background-color: rgb(22,128,239); }
div.DivClassName
{
background-color: #1680EF;
}
.BgClassName
{
background-color: #1680EF;
}
</style>
border-color css
<style>
span { border-color: #1680EF; }
span { border-color: rgb(22,128,239); }
td.TdClassName
{
border-color: #1680EF;
}
.TagClassName
{
border-color: #1680EF;
}
</style>