Shades of Dodger Blue #1690EB
Tints of Dodger Blue #1690EB
RGB
CMYK
RGB Variations
Color information
#1690EB (or 0x1690EB) is known color: Dodger Blue. HEX triplet: 16, 90 and EB. RGB value is (22,144,235). Sum of RGB (Red+Green+Blue) = 22+144+235=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #1690EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1690EB is #E96F14. Grayscale: #757575. Windows color (decimal): -15298325 or 15437846. OLE color: 15437846.
HSL color Cylindrical-coordinate representation of color #1690EB: hue angle of 205.63º degrees, saturation: 0.84, 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 #1690EB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 144 | 235 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.08 |
| HSL | 205.63º | 0.84% | 0.5% | - |
| HSV(B) | 205.63º | 0.91% | 0.92% | - |
| XYZ | 25.3 | 26.12 | 82.3 | - |
| YUV | 117.9 | 194.08 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 235 | 0.91 | 0.39 | 0 | 0.08 | 205.63 | 0.84 | 0.5 |
| Hex | 16 | 90 | EB | 5B | 27 | 0 | 8 | CE | 54 | 32 |
| Octal | 26 | 220 | 353 | 133 | 47 | 0 | 10 | 316 | 124 | 62 |
| Binary | 10110 | 10010000 | 11101011 | 1011011 | 100111 | 0 | 1000 | 11001110 | 1010100 | 110010 |
Color Harmonies of #1690EB
Complementary color
Monochromatic Colors of #1690EB
Black with #1690EB
Text Example
Text Example
White with #1690EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1690EB; }
p { color: rgb(22,144,235); }
H1.HeaderClassName
{
color: #1690EB;
}
.AnyTagClassName
{
color: #1690EB;
}
</style>
background-color css
<style>
a { background-color: #1690EB; }
a { background-color: rgb(22,144,235); }
div.DivClassName
{
background-color: #1690EB;
}
.BgClassName
{
background-color: #1690EB;
}
</style>
border-color css
<style>
span { border-color: #1690EB; }
span { border-color: rgb(22,144,235); }
td.TdClassName
{
border-color: #1690EB;
}
.TagClassName
{
border-color: #1690EB;
}
</style>