Shades of Dodger Blue #168BF6
Tints of Dodger Blue #168BF6
RGB
CMYK
RGB Variations
Color information
#168BF6 (or 0x168BF6) is known color: Dodger Blue. HEX triplet: 16, 8B and F6. RGB value is (22,139,246). Sum of RGB (Red+Green+Blue) = 22+139+246=407 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.41% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #168BF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BF6 is #E97409. Grayscale: #737373. Windows color (decimal): -15299594 or 16157462. OLE color: 16157462.
HSL color Cylindrical-coordinate representation of color #168BF6: hue angle of 208.66º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168BF6 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 139 | 246 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.04 |
| HSL | 208.66º | 0.93% | 0.53% | - |
| HSV(B) | 208.66º | 0.91% | 0.96% | - |
| XYZ | 26.2 | 25.29 | 90.69 | - |
| YUV | 116.22 | 201.24 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 246 | 0.91 | 0.43 | 0 | 0.04 | 208.66 | 0.93 | 0.53 |
| Hex | 16 | 8B | F6 | 5B | 2B | 0 | 4 | D1 | 5D | 35 |
| Octal | 26 | 213 | 366 | 133 | 53 | 0 | 4 | 321 | 135 | 65 |
| Binary | 10110 | 10001011 | 11110110 | 1011011 | 101011 | 0 | 100 | 11010001 | 1011101 | 110101 |
Color Harmonies of #168BF6
Complementary color
Monochromatic Colors of #168BF6
Black with #168BF6
Text Example
Text Example
White with #168BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BF6; }
p { color: rgb(22,139,246); }
H1.HeaderClassName
{
color: #168BF6;
}
.AnyTagClassName
{
color: #168BF6;
}
</style>
background-color css
<style>
a { background-color: #168BF6; }
a { background-color: rgb(22,139,246); }
div.DivClassName
{
background-color: #168BF6;
}
.BgClassName
{
background-color: #168BF6;
}
</style>
border-color css
<style>
span { border-color: #168BF6; }
span { border-color: rgb(22,139,246); }
td.TdClassName
{
border-color: #168BF6;
}
.TagClassName
{
border-color: #168BF6;
}
</style>