Shades of Dodger Blue #168DFA
Tints of Dodger Blue #168DFA
RGB
CMYK
RGB Variations
Color information
#168DFA (or 0x168DFA) is known color: Dodger Blue. HEX triplet: 16, 8D and FA. RGB value is (22,141,250). Sum of RGB (Red+Green+Blue) = 22+141+250=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #168DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DFA is #E97205. Grayscale: #757575. Windows color (decimal): -15299078 or 16420118. OLE color: 16420118.
HSL color Cylindrical-coordinate representation of color #168DFA: hue angle of 208.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DFA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 141 | 250 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.02 |
| HSL | 208.68º | 0.96% | 0.53% | - |
| HSV(B) | 208.68º | 0.91% | 0.98% | - |
| XYZ | 27.11 | 26.12 | 94.06 | - |
| YUV | 117.85 | 202.58 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 250 | 0.91 | 0.44 | 0 | 0.02 | 208.68 | 0.96 | 0.53 |
| Hex | 16 | 8D | FA | 5B | 2C | 0 | 2 | D1 | 60 | 35 |
| Octal | 26 | 215 | 372 | 133 | 54 | 0 | 2 | 321 | 140 | 65 |
| Binary | 10110 | 10001101 | 11111010 | 1011011 | 101100 | 0 | 10 | 11010001 | 1100000 | 110101 |
Color Harmonies of #168DFA
Complementary color
Monochromatic Colors of #168DFA
Black with #168DFA
Text Example
Text Example
White with #168DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DFA; }
p { color: rgb(22,141,250); }
H1.HeaderClassName
{
color: #168DFA;
}
.AnyTagClassName
{
color: #168DFA;
}
</style>
background-color css
<style>
a { background-color: #168DFA; }
a { background-color: rgb(22,141,250); }
div.DivClassName
{
background-color: #168DFA;
}
.BgClassName
{
background-color: #168DFA;
}
</style>
border-color css
<style>
span { border-color: #168DFA; }
span { border-color: rgb(22,141,250); }
td.TdClassName
{
border-color: #168DFA;
}
.TagClassName
{
border-color: #168DFA;
}
</style>