Shades of Dodger Blue #167FE6
Tints of Dodger Blue #167FE6
RGB
CMYK
RGB Variations
Color information
#167FE6 (or 0x167FE6) is known color: Dodger Blue. HEX triplet: 16, 7F and E6. RGB value is (22,127,230). Sum of RGB (Red+Green+Blue) = 22+127+230=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 230 (90.23% from 255 or 60.69% from 379); Max value from RGB is 230 - color contains mainly: blue. Hex color #167FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167FE6 is #E98019. Grayscale: #6A6A6A. Windows color (decimal): -15302682 or 15105814. OLE color: 15105814.
HSL color Cylindrical-coordinate representation of color #167FE6: hue angle of 209.71º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167FE6 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 22 | 127 | 230 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.10 |
| HSL | 209.71º | 0.83% | 0.49% | - |
| HSV(B) | 209.71º | 0.9% | 0.9% | - |
| XYZ | 22.2 | 21.06 | 77.76 | - |
| YUV | 107.35 | 197.21 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 230 | 0.90 | 0.45 | 0 | 0.10 | 209.71 | 0.83 | 0.49 |
| Hex | 16 | 7F | E6 | 5A | 2D | 0 | A | D2 | 53 | 31 |
| Octal | 26 | 177 | 346 | 132 | 55 | 0 | 12 | 322 | 123 | 61 |
| Binary | 10110 | 1111111 | 11100110 | 1011010 | 101101 | 0 | 1010 | 11010010 | 1010011 | 110001 |
Color Harmonies of #167FE6
Complementary color
Monochromatic Colors of #167FE6
Black with #167FE6
Text Example
Text Example
White with #167FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FE6; }
p { color: rgb(22,127,230); }
H1.HeaderClassName
{
color: #167FE6;
}
.AnyTagClassName
{
color: #167FE6;
}
</style>
background-color css
<style>
a { background-color: #167FE6; }
a { background-color: rgb(22,127,230); }
div.DivClassName
{
background-color: #167FE6;
}
.BgClassName
{
background-color: #167FE6;
}
</style>
border-color css
<style>
span { border-color: #167FE6; }
span { border-color: rgb(22,127,230); }
td.TdClassName
{
border-color: #167FE6;
}
.TagClassName
{
border-color: #167FE6;
}
</style>