Shades of Dodger Blue #168DFB
Tints of Dodger Blue #168DFB
RGB
CMYK
RGB Variations
Color information
#168DFB (or 0x168DFB) is known color: Dodger Blue. HEX triplet: 16, 8D and FB. RGB value is (22,141,251). Sum of RGB (Red+Green+Blue) = 22+141+251=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #168DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DFB is #E97204. Grayscale: #757575. Windows color (decimal): -15299077 or 16485654. OLE color: 16485654.
HSL color Cylindrical-coordinate representation of color #168DFB: hue angle of 208.82º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DFB is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 141 | 251 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.02 |
| HSL | 208.82º | 0.97% | 0.54% | - |
| HSV(B) | 208.82º | 0.91% | 0.98% | - |
| XYZ | 27.27 | 26.19 | 94.88 | - |
| YUV | 117.96 | 203.08 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 251 | 0.91 | 0.44 | 0 | 0.02 | 208.82 | 0.97 | 0.54 |
| Hex | 16 | 8D | FB | 5B | 2C | 0 | 2 | D1 | 61 | 36 |
| Octal | 26 | 215 | 373 | 133 | 54 | 0 | 2 | 321 | 141 | 66 |
| Binary | 10110 | 10001101 | 11111011 | 1011011 | 101100 | 0 | 10 | 11010001 | 1100001 | 110110 |
Color Harmonies of #168DFB
Complementary color
Monochromatic Colors of #168DFB
Black with #168DFB
Text Example
Text Example
White with #168DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DFB; }
p { color: rgb(22,141,251); }
H1.HeaderClassName
{
color: #168DFB;
}
.AnyTagClassName
{
color: #168DFB;
}
</style>
background-color css
<style>
a { background-color: #168DFB; }
a { background-color: rgb(22,141,251); }
div.DivClassName
{
background-color: #168DFB;
}
.BgClassName
{
background-color: #168DFB;
}
</style>
border-color css
<style>
span { border-color: #168DFB; }
span { border-color: rgb(22,141,251); }
td.TdClassName
{
border-color: #168DFB;
}
.TagClassName
{
border-color: #168DFB;
}
</style>