Shades of Dodger Blue #168DED
Tints of Dodger Blue #168DED
RGB
CMYK
RGB Variations
Color information
#168DED (or 0x168DED) is known color: Dodger Blue. HEX triplet: 16, 8D and ED. RGB value is (22,141,237). Sum of RGB (Red+Green+Blue) = 22+141+237=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #168DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DED is #E97212. Grayscale: #737373. Windows color (decimal): -15299091 or 15568150. OLE color: 15568150.
HSL color Cylindrical-coordinate representation of color #168DED: hue angle of 206.79º 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 #168DED is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 141 | 237 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.07 |
| HSL | 206.79º | 0.86% | 0.51% | - |
| HSV(B) | 206.79º | 0.91% | 0.93% | - |
| XYZ | 25.14 | 25.33 | 83.69 | - |
| YUV | 116.36 | 196.08 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 237 | 0.91 | 0.41 | 0 | 0.07 | 206.79 | 0.86 | 0.51 |
| Hex | 16 | 8D | ED | 5B | 29 | 0 | 7 | CF | 56 | 33 |
| Octal | 26 | 215 | 355 | 133 | 51 | 0 | 7 | 317 | 126 | 63 |
| Binary | 10110 | 10001101 | 11101101 | 1011011 | 101001 | 0 | 111 | 11001111 | 1010110 | 110011 |
Color Harmonies of #168DED
Complementary color
Monochromatic Colors of #168DED
Black with #168DED
Text Example
Text Example
White with #168DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DED; }
p { color: rgb(22,141,237); }
H1.HeaderClassName
{
color: #168DED;
}
.AnyTagClassName
{
color: #168DED;
}
</style>
background-color css
<style>
a { background-color: #168DED; }
a { background-color: rgb(22,141,237); }
div.DivClassName
{
background-color: #168DED;
}
.BgClassName
{
background-color: #168DED;
}
</style>
border-color css
<style>
span { border-color: #168DED; }
span { border-color: rgb(22,141,237); }
td.TdClassName
{
border-color: #168DED;
}
.TagClassName
{
border-color: #168DED;
}
</style>