Shades of Dodger Blue #1685EE
Tints of Dodger Blue #1685EE
RGB
CMYK
RGB Variations
Color information
#1685EE (or 0x1685EE) is known color: Dodger Blue. HEX triplet: 16, 85 and EE. RGB value is (22,133,238). Sum of RGB (Red+Green+Blue) = 22+133+238=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #1685EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1685EE is #E97A11. Grayscale: #6F6F6F. Windows color (decimal): -15301138 or 15631638. OLE color: 15631638.
HSL color Cylindrical-coordinate representation of color #1685EE: hue angle of 209.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1685EE is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 133 | 238 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.07 |
| HSL | 209.17º | 0.86% | 0.51% | - |
| HSV(B) | 209.17º | 0.91% | 0.93% | - |
| XYZ | 24.15 | 23.12 | 84.08 | - |
| YUV | 111.78 | 199.23 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 238 | 0.91 | 0.44 | 0 | 0.07 | 209.17 | 0.86 | 0.51 |
| Hex | 16 | 85 | EE | 5B | 2C | 0 | 7 | D1 | 56 | 33 |
| Octal | 26 | 205 | 356 | 133 | 54 | 0 | 7 | 321 | 126 | 63 |
| Binary | 10110 | 10000101 | 11101110 | 1011011 | 101100 | 0 | 111 | 11010001 | 1010110 | 110011 |
Color Harmonies of #1685EE
Complementary color
Monochromatic Colors of #1685EE
Black with #1685EE
Text Example
Text Example
White with #1685EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685EE; }
p { color: rgb(22,133,238); }
H1.HeaderClassName
{
color: #1685EE;
}
.AnyTagClassName
{
color: #1685EE;
}
</style>
background-color css
<style>
a { background-color: #1685EE; }
a { background-color: rgb(22,133,238); }
div.DivClassName
{
background-color: #1685EE;
}
.BgClassName
{
background-color: #1685EE;
}
</style>
border-color css
<style>
span { border-color: #1685EE; }
span { border-color: rgb(22,133,238); }
td.TdClassName
{
border-color: #1685EE;
}
.TagClassName
{
border-color: #1685EE;
}
</style>