Shades of Dodger Blue #1685DF
Tints of Dodger Blue #1685DF
RGB
CMYK
RGB Variations
Color information
#1685DF (or 0x1685DF) is known color: Dodger Blue. HEX triplet: 16, 85 and DF. RGB value is (22,133,223). Sum of RGB (Red+Green+Blue) = 22+133+223=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #1685DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1685DF is #E97A20. Grayscale: #6D6D6D. Windows color (decimal): -15301153 or 14648598. OLE color: 14648598.
HSL color Cylindrical-coordinate representation of color #1685DF: hue angle of 206.87º 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 #1685DF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 133 | 223 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.13 |
| HSL | 206.87º | 0.82% | 0.48% | - |
| HSV(B) | 206.87º | 0.9% | 0.87% | - |
| XYZ | 22.04 | 22.27 | 72.95 | - |
| YUV | 110.07 | 191.73 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 223 | 0.90 | 0.40 | 0 | 0.13 | 206.87 | 0.82 | 0.48 |
| Hex | 16 | 85 | DF | 5A | 28 | 0 | D | CF | 52 | 30 |
| Octal | 26 | 205 | 337 | 132 | 50 | 0 | 15 | 317 | 122 | 60 |
| Binary | 10110 | 10000101 | 11011111 | 1011010 | 101000 | 0 | 1101 | 11001111 | 1010010 | 110000 |
Color Harmonies of #1685DF
Complementary color
Monochromatic Colors of #1685DF
Black with #1685DF
Text Example
Text Example
White with #1685DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685DF; }
p { color: rgb(22,133,223); }
H1.HeaderClassName
{
color: #1685DF;
}
.AnyTagClassName
{
color: #1685DF;
}
</style>
background-color css
<style>
a { background-color: #1685DF; }
a { background-color: rgb(22,133,223); }
div.DivClassName
{
background-color: #1685DF;
}
.BgClassName
{
background-color: #1685DF;
}
</style>
border-color css
<style>
span { border-color: #1685DF; }
span { border-color: rgb(22,133,223); }
td.TdClassName
{
border-color: #1685DF;
}
.TagClassName
{
border-color: #1685DF;
}
</style>