Shades of Dodger Blue #167BFE
Tints of Dodger Blue #167BFE
RGB
CMYK
RGB Variations
Color information
#167BFE (or 0x167BFE) is known color: Dodger Blue. HEX triplet: 16, 7B and FE. RGB value is (22,123,254). Sum of RGB (Red+Green+Blue) = 22+123+254=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #167BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167BFE is #E98401. Grayscale: #6B6B6B. Windows color (decimal): -15303682 or 16677654. OLE color: 16677654.
HSL color Cylindrical-coordinate representation of color #167BFE: hue angle of 213.88º 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 #167BFE is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 123 | 254 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.00 |
| HSL | 213.88º | 0.99% | 0.54% | - |
| HSV(B) | 213.88º | 0.91% | 1% | - |
| XYZ | 25.3 | 21.49 | 96.58 | - |
| YUV | 107.74 | 210.54 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 254 | 0.91 | 0.52 | 0 | 0.00 | 213.88 | 0.99 | 0.54 |
| Hex | 16 | 7B | FE | 5B | 34 | 0 | 0 | D6 | 63 | 36 |
| Octal | 26 | 173 | 376 | 133 | 64 | 0 | 0 | 326 | 143 | 66 |
| Binary | 10110 | 1111011 | 11111110 | 1011011 | 110100 | 0 | 0 | 11010110 | 1100011 | 110110 |
Color Harmonies of #167BFE
Complementary color
Monochromatic Colors of #167BFE
Black with #167BFE
Text Example
Text Example
White with #167BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167BFE; }
p { color: rgb(22,123,254); }
H1.HeaderClassName
{
color: #167BFE;
}
.AnyTagClassName
{
color: #167BFE;
}
</style>
background-color css
<style>
a { background-color: #167BFE; }
a { background-color: rgb(22,123,254); }
div.DivClassName
{
background-color: #167BFE;
}
.BgClassName
{
background-color: #167BFE;
}
</style>
border-color css
<style>
span { border-color: #167BFE; }
span { border-color: rgb(22,123,254); }
td.TdClassName
{
border-color: #167BFE;
}
.TagClassName
{
border-color: #167BFE;
}
</style>