Shades of Dodger Blue #168DEF
Tints of Dodger Blue #168DEF
RGB
CMYK
RGB Variations
Color information
#168DEF (or 0x168DEF) is known color: Dodger Blue. HEX triplet: 16, 8D and EF. RGB value is (22,141,239). Sum of RGB (Red+Green+Blue) = 22+141+239=402 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.47% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #168DEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DEF is #E97210. Grayscale: #747474. Windows color (decimal): -15299089 or 15699222. OLE color: 15699222.
HSL color Cylindrical-coordinate representation of color #168DEF: hue angle of 207.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DEF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 141 | 239 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.06 |
| HSL | 207.1º | 0.87% | 0.51% | - |
| HSV(B) | 207.1º | 0.91% | 0.94% | - |
| XYZ | 25.44 | 25.45 | 85.23 | - |
| YUV | 116.59 | 197.08 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 239 | 0.91 | 0.41 | 0 | 0.06 | 207.1 | 0.87 | 0.51 |
| Hex | 16 | 8D | EF | 5B | 29 | 0 | 6 | CF | 57 | 33 |
| Octal | 26 | 215 | 357 | 133 | 51 | 0 | 6 | 317 | 127 | 63 |
| Binary | 10110 | 10001101 | 11101111 | 1011011 | 101001 | 0 | 110 | 11001111 | 1010111 | 110011 |
Color Harmonies of #168DEF
Complementary color
Monochromatic Colors of #168DEF
Black with #168DEF
Text Example
Text Example
White with #168DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DEF; }
p { color: rgb(22,141,239); }
H1.HeaderClassName
{
color: #168DEF;
}
.AnyTagClassName
{
color: #168DEF;
}
</style>
background-color css
<style>
a { background-color: #168DEF; }
a { background-color: rgb(22,141,239); }
div.DivClassName
{
background-color: #168DEF;
}
.BgClassName
{
background-color: #168DEF;
}
</style>
border-color css
<style>
span { border-color: #168DEF; }
span { border-color: rgb(22,141,239); }
td.TdClassName
{
border-color: #168DEF;
}
.TagClassName
{
border-color: #168DEF;
}
</style>