Shades of Dodger Blue #1680DF
Tints of Dodger Blue #1680DF
RGB
CMYK
RGB Variations
Color information
#1680DF (or 0x1680DF) is known color: Dodger Blue. HEX triplet: 16, 80 and DF. RGB value is (22,128,223). Sum of RGB (Red+Green+Blue) = 22+128+223=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1680DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1680DF is #E97F20. Grayscale: #6A6A6A. Windows color (decimal): -15302433 or 14647318. OLE color: 14647318.
HSL color Cylindrical-coordinate representation of color #1680DF: hue angle of 208.36º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1680DF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 128 | 223 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.13 |
| HSL | 208.36º | 0.82% | 0.48% | - |
| HSV(B) | 208.36º | 0.9% | 0.87% | - |
| XYZ | 21.37 | 20.94 | 72.73 | - |
| YUV | 107.14 | 193.38 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 128 | 223 | 0.90 | 0.43 | 0 | 0.13 | 208.36 | 0.82 | 0.48 |
| Hex | 16 | 80 | DF | 5A | 2B | 0 | D | D0 | 52 | 30 |
| Octal | 26 | 200 | 337 | 132 | 53 | 0 | 15 | 320 | 122 | 60 |
| Binary | 10110 | 10000000 | 11011111 | 1011010 | 101011 | 0 | 1101 | 11010000 | 1010010 | 110000 |
Color Harmonies of #1680DF
Complementary color
Monochromatic Colors of #1680DF
Black with #1680DF
Text Example
Text Example
White with #1680DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1680DF; }
p { color: rgb(22,128,223); }
H1.HeaderClassName
{
color: #1680DF;
}
.AnyTagClassName
{
color: #1680DF;
}
</style>
background-color css
<style>
a { background-color: #1680DF; }
a { background-color: rgb(22,128,223); }
div.DivClassName
{
background-color: #1680DF;
}
.BgClassName
{
background-color: #1680DF;
}
</style>
border-color css
<style>
span { border-color: #1680DF; }
span { border-color: rgb(22,128,223); }
td.TdClassName
{
border-color: #1680DF;
}
.TagClassName
{
border-color: #1680DF;
}
</style>