Shades of Dodger Blue #1690DF
Tints of Dodger Blue #1690DF
RGB
CMYK
RGB Variations
Color information
#1690DF (or 0x1690DF) is known color: Dodger Blue. HEX triplet: 16, 90 and DF. RGB value is (22,144,223). Sum of RGB (Red+Green+Blue) = 22+144+223=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #1690DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1690DF is #E96F20. Grayscale: #747474. Windows color (decimal): -15298337 or 14651414. OLE color: 14651414.
HSL color Cylindrical-coordinate representation of color #1690DF: hue angle of 203.58º 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 #1690DF is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 144 | 223 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.13 |
| HSL | 203.58º | 0.82% | 0.48% | - |
| HSV(B) | 203.58º | 0.9% | 0.87% | - |
| XYZ | 23.62 | 25.44 | 73.48 | - |
| YUV | 116.53 | 188.08 | 60.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 144 | 223 | 0.90 | 0.35 | 0 | 0.13 | 203.58 | 0.82 | 0.48 |
| Hex | 16 | 90 | DF | 5A | 23 | 0 | D | CC | 52 | 30 |
| Octal | 26 | 220 | 337 | 132 | 43 | 0 | 15 | 314 | 122 | 60 |
| Binary | 10110 | 10010000 | 11011111 | 1011010 | 100011 | 0 | 1101 | 11001100 | 1010010 | 110000 |
Color Harmonies of #1690DF
Complementary color
Monochromatic Colors of #1690DF
Black with #1690DF
Text Example
Text Example
White with #1690DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1690DF; }
p { color: rgb(22,144,223); }
H1.HeaderClassName
{
color: #1690DF;
}
.AnyTagClassName
{
color: #1690DF;
}
</style>
background-color css
<style>
a { background-color: #1690DF; }
a { background-color: rgb(22,144,223); }
div.DivClassName
{
background-color: #1690DF;
}
.BgClassName
{
background-color: #1690DF;
}
</style>
border-color css
<style>
span { border-color: #1690DF; }
span { border-color: rgb(22,144,223); }
td.TdClassName
{
border-color: #1690DF;
}
.TagClassName
{
border-color: #1690DF;
}
</style>