Shades of Dodger Blue #167DF0
Tints of Dodger Blue #167DF0
RGB
CMYK
RGB Variations
Color information
#167DF0 (or 0x167DF0) is known color: Dodger Blue. HEX triplet: 16, 7D and F0. RGB value is (22,125,240). Sum of RGB (Red+Green+Blue) = 22+125+240=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #167DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167DF0 is #E9820F. Grayscale: #6A6A6A. Windows color (decimal): -15303184 or 15760662. OLE color: 15760662.
HSL color Cylindrical-coordinate representation of color #167DF0: hue angle of 211.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #167DF0 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 125 | 240 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.06 |
| HSL | 211.65º | 0.88% | 0.51% | - |
| HSV(B) | 211.65º | 0.91% | 0.94% | - |
| XYZ | 23.39 | 21.13 | 85.28 | - |
| YUV | 107.31 | 202.88 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 125 | 240 | 0.91 | 0.48 | 0 | 0.06 | 211.65 | 0.88 | 0.51 |
| Hex | 16 | 7D | F0 | 5B | 30 | 0 | 6 | D4 | 58 | 33 |
| Octal | 26 | 175 | 360 | 133 | 60 | 0 | 6 | 324 | 130 | 63 |
| Binary | 10110 | 1111101 | 11110000 | 1011011 | 110000 | 0 | 110 | 11010100 | 1011000 | 110011 |
Color Harmonies of #167DF0
Complementary color
Monochromatic Colors of #167DF0
Black with #167DF0
Text Example
Text Example
White with #167DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167DF0; }
p { color: rgb(22,125,240); }
H1.HeaderClassName
{
color: #167DF0;
}
.AnyTagClassName
{
color: #167DF0;
}
</style>
background-color css
<style>
a { background-color: #167DF0; }
a { background-color: rgb(22,125,240); }
div.DivClassName
{
background-color: #167DF0;
}
.BgClassName
{
background-color: #167DF0;
}
</style>
border-color css
<style>
span { border-color: #167DF0; }
span { border-color: rgb(22,125,240); }
td.TdClassName
{
border-color: #167DF0;
}
.TagClassName
{
border-color: #167DF0;
}
</style>