Shades of Dodger Blue #168ADD
Tints of Dodger Blue #168ADD
RGB
CMYK
RGB Variations
Color information
#168ADD (or 0x168ADD) is known color: Dodger Blue. HEX triplet: 16, 8A and DD. RGB value is (22,138,221). Sum of RGB (Red+Green+Blue) = 22+138+221=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #168ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ADD is #E97522. Grayscale: #707070. Windows color (decimal): -15299875 or 14518806. OLE color: 14518806.
HSL color Cylindrical-coordinate representation of color #168ADD: hue angle of 205.03º 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 #168ADD is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 138 | 221 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.13 |
| HSL | 205.03º | 0.82% | 0.48% | - |
| HSV(B) | 205.03º | 0.9% | 0.87% | - |
| XYZ | 22.47 | 23.57 | 71.77 | - |
| YUV | 112.78 | 189.07 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 221 | 0.90 | 0.38 | 0 | 0.13 | 205.03 | 0.82 | 0.48 |
| Hex | 16 | 8A | DD | 5A | 26 | 0 | D | CD | 52 | 30 |
| Octal | 26 | 212 | 335 | 132 | 46 | 0 | 15 | 315 | 122 | 60 |
| Binary | 10110 | 10001010 | 11011101 | 1011010 | 100110 | 0 | 1101 | 11001101 | 1010010 | 110000 |
Color Harmonies of #168ADD
Complementary color
Monochromatic Colors of #168ADD
Black with #168ADD
Text Example
Text Example
White with #168ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ADD; }
p { color: rgb(22,138,221); }
H1.HeaderClassName
{
color: #168ADD;
}
.AnyTagClassName
{
color: #168ADD;
}
</style>
background-color css
<style>
a { background-color: #168ADD; }
a { background-color: rgb(22,138,221); }
div.DivClassName
{
background-color: #168ADD;
}
.BgClassName
{
background-color: #168ADD;
}
</style>
border-color css
<style>
span { border-color: #168ADD; }
span { border-color: rgb(22,138,221); }
td.TdClassName
{
border-color: #168ADD;
}
.TagClassName
{
border-color: #168ADD;
}
</style>