Shades of Dodger Blue #167FFE
Tints of Dodger Blue #167FFE
RGB
CMYK
RGB Variations
Color information
#167FFE (or 0x167FFE) is known color: Dodger Blue. HEX triplet: 16, 7F and FE. RGB value is (22,127,254). Sum of RGB (Red+Green+Blue) = 22+127+254=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #167FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167FFE is #E98001. Grayscale: #6D6D6D. Windows color (decimal): -15302658 or 16678678. OLE color: 16678678.
HSL color Cylindrical-coordinate representation of color #167FFE: hue angle of 212.84º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #167FFE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 127 | 254 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.00 |
| HSL | 212.84º | 0.99% | 0.54% | - |
| HSV(B) | 212.84º | 0.91% | 1% | - |
| XYZ | 25.81 | 22.51 | 96.75 | - |
| YUV | 110.08 | 209.21 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 254 | 0.91 | 0.50 | 0 | 0.00 | 212.84 | 0.99 | 0.54 |
| Hex | 16 | 7F | FE | 5B | 32 | 0 | 0 | D5 | 63 | 36 |
| Octal | 26 | 177 | 376 | 133 | 62 | 0 | 0 | 325 | 143 | 66 |
| Binary | 10110 | 1111111 | 11111110 | 1011011 | 110010 | 0 | 0 | 11010101 | 1100011 | 110110 |
Color Harmonies of #167FFE
Complementary color
Monochromatic Colors of #167FFE
Black with #167FFE
Text Example
Text Example
White with #167FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FFE; }
p { color: rgb(22,127,254); }
H1.HeaderClassName
{
color: #167FFE;
}
.AnyTagClassName
{
color: #167FFE;
}
</style>
background-color css
<style>
a { background-color: #167FFE; }
a { background-color: rgb(22,127,254); }
div.DivClassName
{
background-color: #167FFE;
}
.BgClassName
{
background-color: #167FFE;
}
</style>
border-color css
<style>
span { border-color: #167FFE; }
span { border-color: rgb(22,127,254); }
td.TdClassName
{
border-color: #167FFE;
}
.TagClassName
{
border-color: #167FFE;
}
</style>