Shades of Dodger Blue #168DDF
Tints of Dodger Blue #168DDF
RGB
CMYK
RGB Variations
Color information
#168DDF (or 0x168DDF) is known color: Dodger Blue. HEX triplet: 16, 8D and DF. RGB value is (22,141,223). Sum of RGB (Red+Green+Blue) = 22+141+223=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #168DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DDF is #E97220. Grayscale: #727272. Windows color (decimal): -15299105 or 14650646. OLE color: 14650646.
HSL color Cylindrical-coordinate representation of color #168DDF: hue angle of 204.48º 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 #168DDF is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 141 | 223 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.13 |
| HSL | 204.48º | 0.82% | 0.48% | - |
| HSV(B) | 204.48º | 0.9% | 0.87% | - |
| XYZ | 23.18 | 24.55 | 73.33 | - |
| YUV | 114.77 | 189.08 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 223 | 0.90 | 0.37 | 0 | 0.13 | 204.48 | 0.82 | 0.48 |
| Hex | 16 | 8D | DF | 5A | 25 | 0 | D | CC | 52 | 30 |
| Octal | 26 | 215 | 337 | 132 | 45 | 0 | 15 | 314 | 122 | 60 |
| Binary | 10110 | 10001101 | 11011111 | 1011010 | 100101 | 0 | 1101 | 11001100 | 1010010 | 110000 |
Color Harmonies of #168DDF
Complementary color
Monochromatic Colors of #168DDF
Black with #168DDF
Text Example
Text Example
White with #168DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DDF; }
p { color: rgb(22,141,223); }
H1.HeaderClassName
{
color: #168DDF;
}
.AnyTagClassName
{
color: #168DDF;
}
</style>
background-color css
<style>
a { background-color: #168DDF; }
a { background-color: rgb(22,141,223); }
div.DivClassName
{
background-color: #168DDF;
}
.BgClassName
{
background-color: #168DDF;
}
</style>
border-color css
<style>
span { border-color: #168DDF; }
span { border-color: rgb(22,141,223); }
td.TdClassName
{
border-color: #168DDF;
}
.TagClassName
{
border-color: #168DDF;
}
</style>