Shades of Dodger Blue #1692E9
Tints of Dodger Blue #1692E9
RGB
CMYK
RGB Variations
Color information
#1692E9 (or 0x1692E9) is known color: Dodger Blue. HEX triplet: 16, 92 and E9. RGB value is (22,146,233). Sum of RGB (Red+Green+Blue) = 22+146+233=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 233 (91.41% from 255 or 58.10% from 401); Max value from RGB is 233 - color contains mainly: blue. Hex color #1692E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1692E9 is #E96D16. Grayscale: #767676. Windows color (decimal): -15297815 or 15307286. OLE color: 15307286.
HSL color Cylindrical-coordinate representation of color #1692E9: hue angle of 204.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1692E9 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 146 | 233 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.09 |
| HSL | 204.74º | 0.83% | 0.5% | - |
| HSV(B) | 204.74º | 0.91% | 0.91% | - |
| XYZ | 25.32 | 26.61 | 80.89 | - |
| YUV | 118.84 | 192.42 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 233 | 0.91 | 0.37 | 0 | 0.09 | 204.74 | 0.83 | 0.5 |
| Hex | 16 | 92 | E9 | 5B | 25 | 0 | 9 | CD | 53 | 32 |
| Octal | 26 | 222 | 351 | 133 | 45 | 0 | 11 | 315 | 123 | 62 |
| Binary | 10110 | 10010010 | 11101001 | 1011011 | 100101 | 0 | 1001 | 11001101 | 1010011 | 110010 |
Color Harmonies of #1692E9
Complementary color
Monochromatic Colors of #1692E9
Black with #1692E9
Text Example
Text Example
White with #1692E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1692E9; }
p { color: rgb(22,146,233); }
H1.HeaderClassName
{
color: #1692E9;
}
.AnyTagClassName
{
color: #1692E9;
}
</style>
background-color css
<style>
a { background-color: #1692E9; }
a { background-color: rgb(22,146,233); }
div.DivClassName
{
background-color: #1692E9;
}
.BgClassName
{
background-color: #1692E9;
}
</style>
border-color css
<style>
span { border-color: #1692E9; }
span { border-color: rgb(22,146,233); }
td.TdClassName
{
border-color: #1692E9;
}
.TagClassName
{
border-color: #1692E9;
}
</style>