Shades of Dodger Blue #167EEA
Tints of Dodger Blue #167EEA
RGB
CMYK
RGB Variations
Color information
#167EEA (or 0x167EEA) is known color: Dodger Blue. HEX triplet: 16, 7E and EA. RGB value is (22,126,234). Sum of RGB (Red+Green+Blue) = 22+126+234=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #167EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167EEA is #E98115. Grayscale: #6A6A6A. Windows color (decimal): -15302934 or 15367702. OLE color: 15367702.
HSL color Cylindrical-coordinate representation of color #167EEA: hue angle of 210.57º 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 #167EEA is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 126 | 234 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.08 |
| HSL | 210.57º | 0.83% | 0.5% | - |
| HSV(B) | 210.57º | 0.91% | 0.92% | - |
| XYZ | 22.64 | 21.03 | 80.71 | - |
| YUV | 107.22 | 199.54 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 126 | 234 | 0.91 | 0.46 | 0 | 0.08 | 210.57 | 0.83 | 0.5 |
| Hex | 16 | 7E | EA | 5B | 2E | 0 | 8 | D3 | 53 | 32 |
| Octal | 26 | 176 | 352 | 133 | 56 | 0 | 10 | 323 | 123 | 62 |
| Binary | 10110 | 1111110 | 11101010 | 1011011 | 101110 | 0 | 1000 | 11010011 | 1010011 | 110010 |
Color Harmonies of #167EEA
Complementary color
Monochromatic Colors of #167EEA
Black with #167EEA
Text Example
Text Example
White with #167EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167EEA; }
p { color: rgb(22,126,234); }
H1.HeaderClassName
{
color: #167EEA;
}
.AnyTagClassName
{
color: #167EEA;
}
</style>
background-color css
<style>
a { background-color: #167EEA; }
a { background-color: rgb(22,126,234); }
div.DivClassName
{
background-color: #167EEA;
}
.BgClassName
{
background-color: #167EEA;
}
</style>
border-color css
<style>
span { border-color: #167EEA; }
span { border-color: rgb(22,126,234); }
td.TdClassName
{
border-color: #167EEA;
}
.TagClassName
{
border-color: #167EEA;
}
</style>