Shades of Dodger Blue #168CDE
Tints of Dodger Blue #168CDE
RGB
CMYK
RGB Variations
Color information
#168CDE (or 0x168CDE) is known color: Dodger Blue. HEX triplet: 16, 8C and DE. RGB value is (22,140,222). Sum of RGB (Red+Green+Blue) = 22+140+222=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #168CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168CDE is #E97321. Grayscale: #717171. Windows color (decimal): -15299362 or 14584854. OLE color: 14584854.
HSL color Cylindrical-coordinate representation of color #168CDE: hue angle of 204.6º 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 #168CDE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 140 | 222 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.13 |
| HSL | 204.6º | 0.82% | 0.48% | - |
| HSV(B) | 204.6º | 0.9% | 0.87% | - |
| XYZ | 22.89 | 24.2 | 72.57 | - |
| YUV | 114.07 | 188.91 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 222 | 0.90 | 0.37 | 0 | 0.13 | 204.6 | 0.82 | 0.48 |
| Hex | 16 | 8C | DE | 5A | 25 | 0 | D | CD | 52 | 30 |
| Octal | 26 | 214 | 336 | 132 | 45 | 0 | 15 | 315 | 122 | 60 |
| Binary | 10110 | 10001100 | 11011110 | 1011010 | 100101 | 0 | 1101 | 11001101 | 1010010 | 110000 |
Color Harmonies of #168CDE
Complementary color
Monochromatic Colors of #168CDE
Black with #168CDE
Text Example
Text Example
White with #168CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CDE; }
p { color: rgb(22,140,222); }
H1.HeaderClassName
{
color: #168CDE;
}
.AnyTagClassName
{
color: #168CDE;
}
</style>
background-color css
<style>
a { background-color: #168CDE; }
a { background-color: rgb(22,140,222); }
div.DivClassName
{
background-color: #168CDE;
}
.BgClassName
{
background-color: #168CDE;
}
</style>
border-color css
<style>
span { border-color: #168CDE; }
span { border-color: rgb(22,140,222); }
td.TdClassName
{
border-color: #168CDE;
}
.TagClassName
{
border-color: #168CDE;
}
</style>