Shades of Dodger Blue #167CEA
Tints of Dodger Blue #167CEA
RGB
CMYK
RGB Variations
Color information
#167CEA (or 0x167CEA) is known color: Dodger Blue. HEX triplet: 16, 7C and EA. RGB value is (22,124,234). Sum of RGB (Red+Green+Blue) = 22+124+234=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #167CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167CEA is #E98315. Grayscale: #696969. Windows color (decimal): -15303446 or 15367190. OLE color: 15367190.
HSL color Cylindrical-coordinate representation of color #167CEA: hue angle of 211.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #167CEA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 124 | 234 | - |
| CMYK | 0.91 | 0.47 | 0 | 0.08 |
| HSL | 211.13º | 0.83% | 0.5% | - |
| HSV(B) | 211.13º | 0.91% | 0.92% | - |
| XYZ | 22.39 | 20.53 | 80.62 | - |
| YUV | 106.04 | 200.21 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 234 | 0.91 | 0.47 | 0 | 0.08 | 211.13 | 0.83 | 0.5 |
| Hex | 16 | 7C | EA | 5B | 2F | 0 | 8 | D3 | 53 | 32 |
| Octal | 26 | 174 | 352 | 133 | 57 | 0 | 10 | 323 | 123 | 62 |
| Binary | 10110 | 1111100 | 11101010 | 1011011 | 101111 | 0 | 1000 | 11010011 | 1010011 | 110010 |
Color Harmonies of #167CEA
Complementary color
Monochromatic Colors of #167CEA
Black with #167CEA
Text Example
Text Example
White with #167CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CEA; }
p { color: rgb(22,124,234); }
H1.HeaderClassName
{
color: #167CEA;
}
.AnyTagClassName
{
color: #167CEA;
}
</style>
background-color css
<style>
a { background-color: #167CEA; }
a { background-color: rgb(22,124,234); }
div.DivClassName
{
background-color: #167CEA;
}
.BgClassName
{
background-color: #167CEA;
}
</style>
border-color css
<style>
span { border-color: #167CEA; }
span { border-color: rgb(22,124,234); }
td.TdClassName
{
border-color: #167CEA;
}
.TagClassName
{
border-color: #167CEA;
}
</style>