Shades of Dodger Blue #167CE1
Tints of Dodger Blue #167CE1
RGB
CMYK
RGB Variations
Color information
#167CE1 (or 0x167CE1) is known color: Dodger Blue. HEX triplet: 16, 7C and E1. RGB value is (22,124,225). Sum of RGB (Red+Green+Blue) = 22+124+225=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #167CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #167CE1 is #E9831E. Grayscale: #686868. Windows color (decimal): -15303455 or 14777366. OLE color: 14777366.
HSL color Cylindrical-coordinate representation of color #167CE1: hue angle of 209.85º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #167CE1 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 124 | 225 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.12 |
| HSL | 209.85º | 0.82% | 0.48% | - |
| HSV(B) | 209.85º | 0.9% | 0.88% | - |
| XYZ | 21.13 | 20.02 | 73.99 | - |
| YUV | 105.02 | 195.71 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 225 | 0.90 | 0.45 | 0 | 0.12 | 209.85 | 0.82 | 0.48 |
| Hex | 16 | 7C | E1 | 5A | 2D | 0 | C | D2 | 52 | 30 |
| Octal | 26 | 174 | 341 | 132 | 55 | 0 | 14 | 322 | 122 | 60 |
| Binary | 10110 | 1111100 | 11100001 | 1011010 | 101101 | 0 | 1100 | 11010010 | 1010010 | 110000 |
Color Harmonies of #167CE1
Complementary color
Monochromatic Colors of #167CE1
Black with #167CE1
Text Example
Text Example
White with #167CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167CE1; }
p { color: rgb(22,124,225); }
H1.HeaderClassName
{
color: #167CE1;
}
.AnyTagClassName
{
color: #167CE1;
}
</style>
background-color css
<style>
a { background-color: #167CE1; }
a { background-color: rgb(22,124,225); }
div.DivClassName
{
background-color: #167CE1;
}
.BgClassName
{
background-color: #167CE1;
}
</style>
border-color css
<style>
span { border-color: #167CE1; }
span { border-color: rgb(22,124,225); }
td.TdClassName
{
border-color: #167CE1;
}
.TagClassName
{
border-color: #167CE1;
}
</style>