Shades of Dodger Blue #1682DF
Tints of Dodger Blue #1682DF
RGB
CMYK
RGB Variations
Color information
#1682DF (or 0x1682DF) is known color: Dodger Blue. HEX triplet: 16, 82 and DF. RGB value is (22,130,223). Sum of RGB (Red+Green+Blue) = 22+130+223=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #1682DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1682DF is #E97D20. Grayscale: #6B6B6B. Windows color (decimal): -15301921 or 14647830. OLE color: 14647830.
HSL color Cylindrical-coordinate representation of color #1682DF: hue angle of 207.76º 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 #1682DF is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 130 | 223 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.13 |
| HSL | 207.76º | 0.82% | 0.48% | - |
| HSV(B) | 207.76º | 0.9% | 0.87% | - |
| XYZ | 21.63 | 21.46 | 72.81 | - |
| YUV | 108.31 | 192.72 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 223 | 0.90 | 0.42 | 0 | 0.13 | 207.76 | 0.82 | 0.48 |
| Hex | 16 | 82 | DF | 5A | 2A | 0 | D | D0 | 52 | 30 |
| Octal | 26 | 202 | 337 | 132 | 52 | 0 | 15 | 320 | 122 | 60 |
| Binary | 10110 | 10000010 | 11011111 | 1011010 | 101010 | 0 | 1101 | 11010000 | 1010010 | 110000 |
Color Harmonies of #1682DF
Complementary color
Monochromatic Colors of #1682DF
Black with #1682DF
Text Example
Text Example
White with #1682DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1682DF; }
p { color: rgb(22,130,223); }
H1.HeaderClassName
{
color: #1682DF;
}
.AnyTagClassName
{
color: #1682DF;
}
</style>
background-color css
<style>
a { background-color: #1682DF; }
a { background-color: rgb(22,130,223); }
div.DivClassName
{
background-color: #1682DF;
}
.BgClassName
{
background-color: #1682DF;
}
</style>
border-color css
<style>
span { border-color: #1682DF; }
span { border-color: rgb(22,130,223); }
td.TdClassName
{
border-color: #1682DF;
}
.TagClassName
{
border-color: #1682DF;
}
</style>