Shades of Dodger Blue #1685EA
Tints of Dodger Blue #1685EA
RGB
CMYK
RGB Variations
Color information
#1685EA (or 0x1685EA) is known color: Dodger Blue. HEX triplet: 16, 85 and EA. RGB value is (22,133,234). Sum of RGB (Red+Green+Blue) = 22+133+234=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #1685EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1685EA is #E97A15. Grayscale: #6E6E6E. Windows color (decimal): -15301142 or 15369494. OLE color: 15369494.
HSL color Cylindrical-coordinate representation of color #1685EA: hue angle of 208.58º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1685EA is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 133 | 234 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.08 |
| HSL | 208.58º | 0.83% | 0.5% | - |
| HSV(B) | 208.58º | 0.91% | 0.92% | - |
| XYZ | 23.57 | 22.89 | 81.02 | - |
| YUV | 111.33 | 197.23 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 234 | 0.91 | 0.43 | 0 | 0.08 | 208.58 | 0.83 | 0.5 |
| Hex | 16 | 85 | EA | 5B | 2B | 0 | 8 | D1 | 53 | 32 |
| Octal | 26 | 205 | 352 | 133 | 53 | 0 | 10 | 321 | 123 | 62 |
| Binary | 10110 | 10000101 | 11101010 | 1011011 | 101011 | 0 | 1000 | 11010001 | 1010011 | 110010 |
Color Harmonies of #1685EA
Complementary color
Monochromatic Colors of #1685EA
Black with #1685EA
Text Example
Text Example
White with #1685EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685EA; }
p { color: rgb(22,133,234); }
H1.HeaderClassName
{
color: #1685EA;
}
.AnyTagClassName
{
color: #1685EA;
}
</style>
background-color css
<style>
a { background-color: #1685EA; }
a { background-color: rgb(22,133,234); }
div.DivClassName
{
background-color: #1685EA;
}
.BgClassName
{
background-color: #1685EA;
}
</style>
border-color css
<style>
span { border-color: #1685EA; }
span { border-color: rgb(22,133,234); }
td.TdClassName
{
border-color: #1685EA;
}
.TagClassName
{
border-color: #1685EA;
}
</style>