Shades of Dodger Blue #168DF2
Tints of Dodger Blue #168DF2
RGB
CMYK
RGB Variations
Color information
#168DF2 (or 0x168DF2) is known color: Dodger Blue. HEX triplet: 16, 8D and F2. RGB value is (22,141,242). Sum of RGB (Red+Green+Blue) = 22+141+242=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #168DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DF2 is #E9720D. Grayscale: #747474. Windows color (decimal): -15299086 or 15895830. OLE color: 15895830.
HSL color Cylindrical-coordinate representation of color #168DF2: hue angle of 207.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DF2 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 141 | 242 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.05 |
| HSL | 207.55º | 0.89% | 0.52% | - |
| HSV(B) | 207.55º | 0.91% | 0.95% | - |
| XYZ | 25.88 | 25.63 | 87.59 | - |
| YUV | 116.93 | 198.58 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 242 | 0.91 | 0.42 | 0 | 0.05 | 207.55 | 0.89 | 0.52 |
| Hex | 16 | 8D | F2 | 5B | 2A | 0 | 5 | D0 | 59 | 34 |
| Octal | 26 | 215 | 362 | 133 | 52 | 0 | 5 | 320 | 131 | 64 |
| Binary | 10110 | 10001101 | 11110010 | 1011011 | 101010 | 0 | 101 | 11010000 | 1011001 | 110100 |
Color Harmonies of #168DF2
Complementary color
Monochromatic Colors of #168DF2
Black with #168DF2
Text Example
Text Example
White with #168DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DF2; }
p { color: rgb(22,141,242); }
H1.HeaderClassName
{
color: #168DF2;
}
.AnyTagClassName
{
color: #168DF2;
}
</style>
background-color css
<style>
a { background-color: #168DF2; }
a { background-color: rgb(22,141,242); }
div.DivClassName
{
background-color: #168DF2;
}
.BgClassName
{
background-color: #168DF2;
}
</style>
border-color css
<style>
span { border-color: #168DF2; }
span { border-color: rgb(22,141,242); }
td.TdClassName
{
border-color: #168DF2;
}
.TagClassName
{
border-color: #168DF2;
}
</style>