Shades of Dodger Blue #168DDC
Tints of Dodger Blue #168DDC
RGB
CMYK
RGB Variations
Color information
#168DDC (or 0x168DDC) is known color: Dodger Blue. HEX triplet: 16, 8D and DC. RGB value is (22,141,220). Sum of RGB (Red+Green+Blue) = 22+141+220=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #168DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DDC is #E97223. Grayscale: #717171. Windows color (decimal): -15299108 or 14454038. OLE color: 14454038.
HSL color Cylindrical-coordinate representation of color #168DDC: hue angle of 203.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #168DDC is Cyan = 0.9, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 141 | 220 | - |
| CMYK | 0.9 | 0.36 | 0 | 0.14 |
| HSL | 203.94º | 0.82% | 0.47% | - |
| HSV(B) | 203.94º | 0.9% | 0.86% | - |
| XYZ | 22.77 | 24.39 | 71.22 | - |
| YUV | 114.43 | 187.58 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 220 | 0.9 | 0.36 | 0 | 0.14 | 203.94 | 0.82 | 0.47 |
| Hex | 16 | 8D | DC | 5A | 24 | 0 | E | CC | 52 | 2F |
| Octal | 26 | 215 | 334 | 132 | 44 | 0 | 16 | 314 | 122 | 57 |
| Binary | 10110 | 10001101 | 11011100 | 1011010 | 100100 | 0 | 1110 | 11001100 | 1010010 | 101111 |
Color Harmonies of #168DDC
Complementary color
Monochromatic Colors of #168DDC
Black with #168DDC
Text Example
Text Example
White with #168DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DDC; }
p { color: rgb(22,141,220); }
H1.HeaderClassName
{
color: #168DDC;
}
.AnyTagClassName
{
color: #168DDC;
}
</style>
background-color css
<style>
a { background-color: #168DDC; }
a { background-color: rgb(22,141,220); }
div.DivClassName
{
background-color: #168DDC;
}
.BgClassName
{
background-color: #168DDC;
}
</style>
border-color css
<style>
span { border-color: #168DDC; }
span { border-color: rgb(22,141,220); }
td.TdClassName
{
border-color: #168DDC;
}
.TagClassName
{
border-color: #168DDC;
}
</style>