Shades of Dodger Blue #167CFF
Tints of Dodger Blue #167CFF
RGB
CMYK
RGB Variations
Color information
#167CFF (or 0x167CFF) is known color: Dodger Blue. HEX triplet: 16, 7C and FF. RGB value is (22,124,255). Sum of RGB (Red+Green+Blue) = 22+124+255=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #167CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167CFF is #E98300. Grayscale: #6B6B6B. Windows color (decimal): -15303425 or 16743446. OLE color: 16743446.
HSL color Cylindrical-coordinate representation of color #167CFF: hue angle of 213.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #167CFF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 124 | 255 | - |
| CMYK | 0.91 | 0.51 | 0 | 0 |
| HSL | 213.73º | 1% | 0.54% | - |
| HSV(B) | 213.73º | 0.91% | 1% | - |
| XYZ | 25.59 | 21.81 | 97.47 | - |
| YUV | 108.44 | 210.71 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 255 | 0.91 | 0.51 | 0 | 0 | 213.73 | 1 | 0.54 |
| Hex | 16 | 7C | FF | 5B | 33 | 0 | 0 | D6 | 64 | 36 |
| Octal | 26 | 174 | 377 | 133 | 63 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10110 | 1111100 | 11111111 | 1011011 | 110011 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #167CFF
Complementary color
Monochromatic Colors of #167CFF
Black with #167CFF
Text Example
Text Example
White with #167CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CFF; }
p { color: rgb(22,124,255); }
H1.HeaderClassName
{
color: #167CFF;
}
.AnyTagClassName
{
color: #167CFF;
}
</style>
background-color css
<style>
a { background-color: #167CFF; }
a { background-color: rgb(22,124,255); }
div.DivClassName
{
background-color: #167CFF;
}
.BgClassName
{
background-color: #167CFF;
}
</style>
border-color css
<style>
span { border-color: #167CFF; }
span { border-color: rgb(22,124,255); }
td.TdClassName
{
border-color: #167CFF;
}
.TagClassName
{
border-color: #167CFF;
}
</style>