Shades of Dodger Blue #1685DA
Tints of Dodger Blue #1685DA
RGB
CMYK
RGB Variations
Color information
#1685DA (or 0x1685DA) is known color: Dodger Blue. HEX triplet: 16, 85 and DA. RGB value is (22,133,218). Sum of RGB (Red+Green+Blue) = 22+133+218=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #1685DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685DA is #E97A25. Grayscale: #6D6D6D. Windows color (decimal): -15301158 or 14320918. OLE color: 14320918.
HSL color Cylindrical-coordinate representation of color #1685DA: hue angle of 206.02º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1685DA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 133 | 218 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.15 |
| HSL | 206.02º | 0.82% | 0.47% | - |
| HSV(B) | 206.02º | 0.9% | 0.85% | - |
| XYZ | 21.37 | 22.01 | 69.45 | - |
| YUV | 109.5 | 189.23 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 218 | 0.90 | 0.39 | 0 | 0.15 | 206.02 | 0.82 | 0.47 |
| Hex | 16 | 85 | DA | 5A | 27 | 0 | F | CE | 52 | 2F |
| Octal | 26 | 205 | 332 | 132 | 47 | 0 | 17 | 316 | 122 | 57 |
| Binary | 10110 | 10000101 | 11011010 | 1011010 | 100111 | 0 | 1111 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1685DA
Complementary color
Monochromatic Colors of #1685DA
Black with #1685DA
Text Example
Text Example
White with #1685DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685DA; }
p { color: rgb(22,133,218); }
H1.HeaderClassName
{
color: #1685DA;
}
.AnyTagClassName
{
color: #1685DA;
}
</style>
background-color css
<style>
a { background-color: #1685DA; }
a { background-color: rgb(22,133,218); }
div.DivClassName
{
background-color: #1685DA;
}
.BgClassName
{
background-color: #1685DA;
}
</style>
border-color css
<style>
span { border-color: #1685DA; }
span { border-color: rgb(22,133,218); }
td.TdClassName
{
border-color: #1685DA;
}
.TagClassName
{
border-color: #1685DA;
}
</style>