Shades of Dodger Blue #168DEC
Tints of Dodger Blue #168DEC
RGB
CMYK
RGB Variations
Color information
#168DEC (or 0x168DEC) is known color: Dodger Blue. HEX triplet: 16, 8D and EC. RGB value is (22,141,236). Sum of RGB (Red+Green+Blue) = 22+141+236=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #168DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DEC is #E97213. Grayscale: #737373. Windows color (decimal): -15299092 or 15502614. OLE color: 15502614.
HSL color Cylindrical-coordinate representation of color #168DEC: hue angle of 206.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DEC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 141 | 236 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.07 |
| HSL | 206.64º | 0.85% | 0.51% | - |
| HSV(B) | 206.64º | 0.91% | 0.93% | - |
| XYZ | 25 | 25.28 | 82.92 | - |
| YUV | 116.25 | 195.58 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 236 | 0.91 | 0.40 | 0 | 0.07 | 206.64 | 0.85 | 0.51 |
| Hex | 16 | 8D | EC | 5B | 28 | 0 | 7 | CF | 55 | 33 |
| Octal | 26 | 215 | 354 | 133 | 50 | 0 | 7 | 317 | 125 | 63 |
| Binary | 10110 | 10001101 | 11101100 | 1011011 | 101000 | 0 | 111 | 11001111 | 1010101 | 110011 |
Color Harmonies of #168DEC
Complementary color
Monochromatic Colors of #168DEC
Black with #168DEC
Text Example
Text Example
White with #168DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DEC; }
p { color: rgb(22,141,236); }
H1.HeaderClassName
{
color: #168DEC;
}
.AnyTagClassName
{
color: #168DEC;
}
</style>
background-color css
<style>
a { background-color: #168DEC; }
a { background-color: rgb(22,141,236); }
div.DivClassName
{
background-color: #168DEC;
}
.BgClassName
{
background-color: #168DEC;
}
</style>
border-color css
<style>
span { border-color: #168DEC; }
span { border-color: rgb(22,141,236); }
td.TdClassName
{
border-color: #168DEC;
}
.TagClassName
{
border-color: #168DEC;
}
</style>