Shades of Dodger Blue #1680EE
Tints of Dodger Blue #1680EE
RGB
CMYK
RGB Variations
Color information
#1680EE (or 0x1680EE) is known color: Dodger Blue. HEX triplet: 16, 80 and EE. RGB value is (22,128,238). Sum of RGB (Red+Green+Blue) = 22+128+238=388 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.67% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 238 (93.36% from 255 or 61.34% from 388); Max value from RGB is 238 - color contains mainly: blue. Hex color #1680EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1680EE is #E97F11. Grayscale: #6C6C6C. Windows color (decimal): -15302418 or 15630358. OLE color: 15630358.
HSL color Cylindrical-coordinate representation of color #1680EE: hue angle of 210.56º 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 #1680EE is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 128 | 238 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.07 |
| HSL | 210.56º | 0.86% | 0.51% | - |
| HSV(B) | 210.56º | 0.91% | 0.93% | - |
| XYZ | 23.48 | 21.78 | 83.86 | - |
| YUV | 108.85 | 200.88 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 238 | 0.91 | 0.46 | 0 | 0.07 | 210.56 | 0.86 | 0.51 |
| Hex | 16 | 80 | EE | 5B | 2E | 0 | 7 | D3 | 56 | 33 |
| Octal | 26 | 200 | 356 | 133 | 56 | 0 | 7 | 323 | 126 | 63 |
| Binary | 10110 | 10000000 | 11101110 | 1011011 | 101110 | 0 | 111 | 11010011 | 1010110 | 110011 |
Color Harmonies of #1680EE
Complementary color
Monochromatic Colors of #1680EE
Black with #1680EE
Text Example
Text Example
White with #1680EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680EE; }
p { color: rgb(22,128,238); }
H1.HeaderClassName
{
color: #1680EE;
}
.AnyTagClassName
{
color: #1680EE;
}
</style>
background-color css
<style>
a { background-color: #1680EE; }
a { background-color: rgb(22,128,238); }
div.DivClassName
{
background-color: #1680EE;
}
.BgClassName
{
background-color: #1680EE;
}
</style>
border-color css
<style>
span { border-color: #1680EE; }
span { border-color: rgb(22,128,238); }
td.TdClassName
{
border-color: #1680EE;
}
.TagClassName
{
border-color: #1680EE;
}
</style>