Shades of Dodger Blue #167FED
Tints of Dodger Blue #167FED
RGB
CMYK
RGB Variations
Color information
#167FED (or 0x167FED) is known color: Dodger Blue. HEX triplet: 16, 7F and ED. RGB value is (22,127,237). Sum of RGB (Red+Green+Blue) = 22+127+237=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #167FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #167FED is #E98012. Grayscale: #6B6B6B. Windows color (decimal): -15302675 or 15564566. OLE color: 15564566.
HSL color Cylindrical-coordinate representation of color #167FED: hue angle of 210.7º degrees, saturation: 0.86, 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 #167FED is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 127 | 237 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.07 |
| HSL | 210.7º | 0.86% | 0.51% | - |
| HSV(B) | 210.7º | 0.91% | 0.93% | - |
| XYZ | 23.21 | 21.46 | 83.04 | - |
| YUV | 108.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 127 | 237 | 0.91 | 0.46 | 0 | 0.07 | 210.7 | 0.86 | 0.51 |
| Hex | 16 | 7F | ED | 5B | 2E | 0 | 7 | D3 | 56 | 33 |
| Octal | 26 | 177 | 355 | 133 | 56 | 0 | 7 | 323 | 126 | 63 |
| Binary | 10110 | 1111111 | 11101101 | 1011011 | 101110 | 0 | 111 | 11010011 | 1010110 | 110011 |
Color Harmonies of #167FED
Complementary color
Monochromatic Colors of #167FED
Black with #167FED
Text Example
Text Example
White with #167FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167FED; }
p { color: rgb(22,127,237); }
H1.HeaderClassName
{
color: #167FED;
}
.AnyTagClassName
{
color: #167FED;
}
</style>
background-color css
<style>
a { background-color: #167FED; }
a { background-color: rgb(22,127,237); }
div.DivClassName
{
background-color: #167FED;
}
.BgClassName
{
background-color: #167FED;
}
</style>
border-color css
<style>
span { border-color: #167FED; }
span { border-color: rgb(22,127,237); }
td.TdClassName
{
border-color: #167FED;
}
.TagClassName
{
border-color: #167FED;
}
</style>