Shades of Dodger Blue #168EF2
Tints of Dodger Blue #168EF2
RGB
CMYK
RGB Variations
Color information
#168EF2 (or 0x168EF2) is known color: Dodger Blue. HEX triplet: 16, 8E and F2. RGB value is (22,142,242). Sum of RGB (Red+Green+Blue) = 22+142+242=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #168EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168EF2 is #E9710D. Grayscale: #757575. Windows color (decimal): -15298830 or 15896086. OLE color: 15896086.
HSL color Cylindrical-coordinate representation of color #168EF2: hue angle of 207.27º 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 #168EF2 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 142 | 242 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.05 |
| HSL | 207.27º | 0.89% | 0.52% | - |
| HSV(B) | 207.27º | 0.91% | 0.95% | - |
| XYZ | 26.03 | 25.93 | 87.64 | - |
| YUV | 117.52 | 198.24 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 242 | 0.91 | 0.41 | 0 | 0.05 | 207.27 | 0.89 | 0.52 |
| Hex | 16 | 8E | F2 | 5B | 29 | 0 | 5 | CF | 59 | 34 |
| Octal | 26 | 216 | 362 | 133 | 51 | 0 | 5 | 317 | 131 | 64 |
| Binary | 10110 | 10001110 | 11110010 | 1011011 | 101001 | 0 | 101 | 11001111 | 1011001 | 110100 |
Color Harmonies of #168EF2
Complementary color
Monochromatic Colors of #168EF2
Black with #168EF2
Text Example
Text Example
White with #168EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EF2; }
p { color: rgb(22,142,242); }
H1.HeaderClassName
{
color: #168EF2;
}
.AnyTagClassName
{
color: #168EF2;
}
</style>
background-color css
<style>
a { background-color: #168EF2; }
a { background-color: rgb(22,142,242); }
div.DivClassName
{
background-color: #168EF2;
}
.BgClassName
{
background-color: #168EF2;
}
</style>
border-color css
<style>
span { border-color: #168EF2; }
span { border-color: rgb(22,142,242); }
td.TdClassName
{
border-color: #168EF2;
}
.TagClassName
{
border-color: #168EF2;
}
</style>