Shades of Dodger Blue #168BF7
Tints of Dodger Blue #168BF7
RGB
CMYK
RGB Variations
Color information
#168BF7 (or 0x168BF7) is known color: Dodger Blue. HEX triplet: 16, 8B and F7. RGB value is (22,139,247). Sum of RGB (Red+Green+Blue) = 22+139+247=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #168BF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BF7 is #E97408. Grayscale: #737373. Windows color (decimal): -15299593 or 16222998. OLE color: 16222998.
HSL color Cylindrical-coordinate representation of color #168BF7: hue angle of 208.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168BF7 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 139 | 247 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.03 |
| HSL | 208.8º | 0.93% | 0.53% | - |
| HSV(B) | 208.8º | 0.91% | 0.97% | - |
| XYZ | 26.35 | 25.35 | 91.5 | - |
| YUV | 116.33 | 201.74 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 247 | 0.91 | 0.44 | 0 | 0.03 | 208.8 | 0.93 | 0.53 |
| Hex | 16 | 8B | F7 | 5B | 2C | 0 | 3 | D1 | 5D | 35 |
| Octal | 26 | 213 | 367 | 133 | 54 | 0 | 3 | 321 | 135 | 65 |
| Binary | 10110 | 10001011 | 11110111 | 1011011 | 101100 | 0 | 11 | 11010001 | 1011101 | 110101 |
Color Harmonies of #168BF7
Complementary color
Monochromatic Colors of #168BF7
Black with #168BF7
Text Example
Text Example
White with #168BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BF7; }
p { color: rgb(22,139,247); }
H1.HeaderClassName
{
color: #168BF7;
}
.AnyTagClassName
{
color: #168BF7;
}
</style>
background-color css
<style>
a { background-color: #168BF7; }
a { background-color: rgb(22,139,247); }
div.DivClassName
{
background-color: #168BF7;
}
.BgClassName
{
background-color: #168BF7;
}
</style>
border-color css
<style>
span { border-color: #168BF7; }
span { border-color: rgb(22,139,247); }
td.TdClassName
{
border-color: #168BF7;
}
.TagClassName
{
border-color: #168BF7;
}
</style>