Shades of Dodger Blue #1685DB
Tints of Dodger Blue #1685DB
RGB
CMYK
RGB Variations
Color information
#1685DB (or 0x1685DB) is known color: Dodger Blue. HEX triplet: 16, 85 and DB. RGB value is (22,133,219). Sum of RGB (Red+Green+Blue) = 22+133+219=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #1685DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685DB is #E97A24. Grayscale: #6D6D6D. Windows color (decimal): -15301157 or 14386454. OLE color: 14386454.
HSL color Cylindrical-coordinate representation of color #1685DB: hue angle of 206.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1685DB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 133 | 219 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.14 |
| HSL | 206.19º | 0.82% | 0.47% | - |
| HSV(B) | 206.19º | 0.9% | 0.86% | - |
| XYZ | 21.5 | 22.06 | 70.14 | - |
| YUV | 109.62 | 189.73 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 219 | 0.90 | 0.39 | 0 | 0.14 | 206.19 | 0.82 | 0.47 |
| Hex | 16 | 85 | DB | 5A | 27 | 0 | E | CE | 52 | 2F |
| Octal | 26 | 205 | 333 | 132 | 47 | 0 | 16 | 316 | 122 | 57 |
| Binary | 10110 | 10000101 | 11011011 | 1011010 | 100111 | 0 | 1110 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1685DB
Complementary color
Monochromatic Colors of #1685DB
Black with #1685DB
Text Example
Text Example
White with #1685DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685DB; }
p { color: rgb(22,133,219); }
H1.HeaderClassName
{
color: #1685DB;
}
.AnyTagClassName
{
color: #1685DB;
}
</style>
background-color css
<style>
a { background-color: #1685DB; }
a { background-color: rgb(22,133,219); }
div.DivClassName
{
background-color: #1685DB;
}
.BgClassName
{
background-color: #1685DB;
}
</style>
border-color css
<style>
span { border-color: #1685DB; }
span { border-color: rgb(22,133,219); }
td.TdClassName
{
border-color: #1685DB;
}
.TagClassName
{
border-color: #1685DB;
}
</style>