Shades of Dodger Blue #168EED
Tints of Dodger Blue #168EED
RGB
CMYK
RGB Variations
Color information
#168EED (or 0x168EED) is known color: Dodger Blue. HEX triplet: 16, 8E and ED. RGB value is (22,142,237). Sum of RGB (Red+Green+Blue) = 22+142+237=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #168EED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168EED is #E97112. Grayscale: #747474. Windows color (decimal): -15298835 or 15568406. OLE color: 15568406.
HSL color Cylindrical-coordinate representation of color #168EED: hue angle of 206.51º 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 #168EED is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 142 | 237 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.07 |
| HSL | 206.51º | 0.86% | 0.51% | - |
| HSV(B) | 206.51º | 0.91% | 0.93% | - |
| XYZ | 25.29 | 25.63 | 83.74 | - |
| YUV | 116.95 | 195.74 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 237 | 0.91 | 0.40 | 0 | 0.07 | 206.51 | 0.86 | 0.51 |
| Hex | 16 | 8E | ED | 5B | 28 | 0 | 7 | CF | 56 | 33 |
| Octal | 26 | 216 | 355 | 133 | 50 | 0 | 7 | 317 | 126 | 63 |
| Binary | 10110 | 10001110 | 11101101 | 1011011 | 101000 | 0 | 111 | 11001111 | 1010110 | 110011 |
Color Harmonies of #168EED
Complementary color
Monochromatic Colors of #168EED
Black with #168EED
Text Example
Text Example
White with #168EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EED; }
p { color: rgb(22,142,237); }
H1.HeaderClassName
{
color: #168EED;
}
.AnyTagClassName
{
color: #168EED;
}
</style>
background-color css
<style>
a { background-color: #168EED; }
a { background-color: rgb(22,142,237); }
div.DivClassName
{
background-color: #168EED;
}
.BgClassName
{
background-color: #168EED;
}
</style>
border-color css
<style>
span { border-color: #168EED; }
span { border-color: rgb(22,142,237); }
td.TdClassName
{
border-color: #168EED;
}
.TagClassName
{
border-color: #168EED;
}
</style>