Shades of Dodger Blue #167BEC
Tints of Dodger Blue #167BEC
RGB
CMYK
RGB Variations
Color information
#167BEC (or 0x167BEC) is known color: Dodger Blue. HEX triplet: 16, 7B and EC. RGB value is (22,123,236). Sum of RGB (Red+Green+Blue) = 22+123+236=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #167BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167BEC is #E98413. Grayscale: #696969. Windows color (decimal): -15303700 or 15498006. OLE color: 15498006.
HSL color Cylindrical-coordinate representation of color #167BEC: hue angle of 211.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #167BEC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 123 | 236 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.07 |
| HSL | 211.68º | 0.85% | 0.51% | - |
| HSV(B) | 211.68º | 0.91% | 0.93% | - |
| XYZ | 22.55 | 20.39 | 82.1 | - |
| YUV | 105.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 123 | 236 | 0.91 | 0.48 | 0 | 0.07 | 211.68 | 0.85 | 0.51 |
| Hex | 16 | 7B | EC | 5B | 30 | 0 | 7 | D4 | 55 | 33 |
| Octal | 26 | 173 | 354 | 133 | 60 | 0 | 7 | 324 | 125 | 63 |
| Binary | 10110 | 1111011 | 11101100 | 1011011 | 110000 | 0 | 111 | 11010100 | 1010101 | 110011 |
Color Harmonies of #167BEC
Complementary color
Monochromatic Colors of #167BEC
Black with #167BEC
Text Example
Text Example
White with #167BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167BEC; }
p { color: rgb(22,123,236); }
H1.HeaderClassName
{
color: #167BEC;
}
.AnyTagClassName
{
color: #167BEC;
}
</style>
background-color css
<style>
a { background-color: #167BEC; }
a { background-color: rgb(22,123,236); }
div.DivClassName
{
background-color: #167BEC;
}
.BgClassName
{
background-color: #167BEC;
}
</style>
border-color css
<style>
span { border-color: #167BEC; }
span { border-color: rgb(22,123,236); }
td.TdClassName
{
border-color: #167BEC;
}
.TagClassName
{
border-color: #167BEC;
}
</style>