Shades of Dodger Blue #168BDE
Tints of Dodger Blue #168BDE
RGB
CMYK
RGB Variations
Color information
#168BDE (or 0x168BDE) is known color: Dodger Blue. HEX triplet: 16, 8B and DE. RGB value is (22,139,222). Sum of RGB (Red+Green+Blue) = 22+139+222=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #168BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BDE is #E97421. Grayscale: #717171. Windows color (decimal): -15299618 or 14584598. OLE color: 14584598.
HSL color Cylindrical-coordinate representation of color #168BDE: hue angle of 204.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168BDE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 139 | 222 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.13 |
| HSL | 204.9º | 0.82% | 0.48% | - |
| HSV(B) | 204.9º | 0.9% | 0.87% | - |
| XYZ | 22.75 | 23.91 | 72.52 | - |
| YUV | 113.48 | 189.24 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 222 | 0.90 | 0.37 | 0 | 0.13 | 204.9 | 0.82 | 0.48 |
| Hex | 16 | 8B | DE | 5A | 25 | 0 | D | CD | 52 | 30 |
| Octal | 26 | 213 | 336 | 132 | 45 | 0 | 15 | 315 | 122 | 60 |
| Binary | 10110 | 10001011 | 11011110 | 1011010 | 100101 | 0 | 1101 | 11001101 | 1010010 | 110000 |
Color Harmonies of #168BDE
Complementary color
Monochromatic Colors of #168BDE
Black with #168BDE
Text Example
Text Example
White with #168BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BDE; }
p { color: rgb(22,139,222); }
H1.HeaderClassName
{
color: #168BDE;
}
.AnyTagClassName
{
color: #168BDE;
}
</style>
background-color css
<style>
a { background-color: #168BDE; }
a { background-color: rgb(22,139,222); }
div.DivClassName
{
background-color: #168BDE;
}
.BgClassName
{
background-color: #168BDE;
}
</style>
border-color css
<style>
span { border-color: #168BDE; }
span { border-color: rgb(22,139,222); }
td.TdClassName
{
border-color: #168BDE;
}
.TagClassName
{
border-color: #168BDE;
}
</style>