Shades of Dodger Blue #168DDD
Tints of Dodger Blue #168DDD
RGB
CMYK
RGB Variations
Color information
#168DDD (or 0x168DDD) is known color: Dodger Blue. HEX triplet: 16, 8D and DD. RGB value is (22,141,221). Sum of RGB (Red+Green+Blue) = 22+141+221=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #168DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DDD is #E97222. Grayscale: #727272. Windows color (decimal): -15299107 or 14519574. OLE color: 14519574.
HSL color Cylindrical-coordinate representation of color #168DDD: hue angle of 204.12º 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 #168DDD is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 141 | 221 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.13 |
| HSL | 204.12º | 0.82% | 0.48% | - |
| HSV(B) | 204.12º | 0.9% | 0.87% | - |
| XYZ | 22.91 | 24.44 | 71.92 | - |
| YUV | 114.54 | 188.08 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 221 | 0.90 | 0.36 | 0 | 0.13 | 204.12 | 0.82 | 0.48 |
| Hex | 16 | 8D | DD | 5A | 24 | 0 | D | CC | 52 | 30 |
| Octal | 26 | 215 | 335 | 132 | 44 | 0 | 15 | 314 | 122 | 60 |
| Binary | 10110 | 10001101 | 11011101 | 1011010 | 100100 | 0 | 1101 | 11001100 | 1010010 | 110000 |
Color Harmonies of #168DDD
Complementary color
Monochromatic Colors of #168DDD
Black with #168DDD
Text Example
Text Example
White with #168DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DDD; }
p { color: rgb(22,141,221); }
H1.HeaderClassName
{
color: #168DDD;
}
.AnyTagClassName
{
color: #168DDD;
}
</style>
background-color css
<style>
a { background-color: #168DDD; }
a { background-color: rgb(22,141,221); }
div.DivClassName
{
background-color: #168DDD;
}
.BgClassName
{
background-color: #168DDD;
}
</style>
border-color css
<style>
span { border-color: #168DDD; }
span { border-color: rgb(22,141,221); }
td.TdClassName
{
border-color: #168DDD;
}
.TagClassName
{
border-color: #168DDD;
}
</style>