Shades of Dodger Blue #1693DD
Tints of Dodger Blue #1693DD
RGB
CMYK
RGB Variations
Color information
#1693DD (or 0x1693DD) is known color: Dodger Blue. HEX triplet: 16, 93 and DD. RGB value is (22,147,221). Sum of RGB (Red+Green+Blue) = 22+147+221=390 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.64% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #1693DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1693DD is #E96C22. Grayscale: #757575. Windows color (decimal): -15297571 or 14521110. OLE color: 14521110.
HSL color Cylindrical-coordinate representation of color #1693DD: hue angle of 202.31º 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 #1693DD is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 147 | 221 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.13 |
| HSL | 202.31º | 0.82% | 0.48% | - |
| HSV(B) | 202.31º | 0.9% | 0.87% | - |
| XYZ | 23.82 | 26.26 | 72.22 | - |
| YUV | 118.06 | 186.09 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 147 | 221 | 0.90 | 0.33 | 0 | 0.13 | 202.31 | 0.82 | 0.48 |
| Hex | 16 | 93 | DD | 5A | 21 | 0 | D | CA | 52 | 30 |
| Octal | 26 | 223 | 335 | 132 | 41 | 0 | 15 | 312 | 122 | 60 |
| Binary | 10110 | 10010011 | 11011101 | 1011010 | 100001 | 0 | 1101 | 11001010 | 1010010 | 110000 |
Color Harmonies of #1693DD
Complementary color
Monochromatic Colors of #1693DD
Black with #1693DD
Text Example
Text Example
White with #1693DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1693DD; }
p { color: rgb(22,147,221); }
H1.HeaderClassName
{
color: #1693DD;
}
.AnyTagClassName
{
color: #1693DD;
}
</style>
background-color css
<style>
a { background-color: #1693DD; }
a { background-color: rgb(22,147,221); }
div.DivClassName
{
background-color: #1693DD;
}
.BgClassName
{
background-color: #1693DD;
}
</style>
border-color css
<style>
span { border-color: #1693DD; }
span { border-color: rgb(22,147,221); }
td.TdClassName
{
border-color: #1693DD;
}
.TagClassName
{
border-color: #1693DD;
}
</style>