Shades of Dodger Blue #168CDD
Tints of Dodger Blue #168CDD
RGB
CMYK
RGB Variations
Color information
#168CDD (or 0x168CDD) is known color: Dodger Blue. HEX triplet: 16, 8C and DD. RGB value is (22,140,221). Sum of RGB (Red+Green+Blue) = 22+140+221=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #168CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168CDD is #E97322. Grayscale: #717171. Windows color (decimal): -15299363 or 14519318. OLE color: 14519318.
HSL color Cylindrical-coordinate representation of color #168CDD: hue angle of 204.42º 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 #168CDD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 140 | 221 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.13 |
| HSL | 204.42º | 0.82% | 0.48% | - |
| HSV(B) | 204.42º | 0.9% | 0.87% | - |
| XYZ | 22.76 | 24.15 | 71.87 | - |
| YUV | 113.95 | 188.41 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 221 | 0.90 | 0.37 | 0 | 0.13 | 204.42 | 0.82 | 0.48 |
| Hex | 16 | 8C | DD | 5A | 25 | 0 | D | CC | 52 | 30 |
| Octal | 26 | 214 | 335 | 132 | 45 | 0 | 15 | 314 | 122 | 60 |
| Binary | 10110 | 10001100 | 11011101 | 1011010 | 100101 | 0 | 1101 | 11001100 | 1010010 | 110000 |
Color Harmonies of #168CDD
Complementary color
Monochromatic Colors of #168CDD
Black with #168CDD
Text Example
Text Example
White with #168CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CDD; }
p { color: rgb(22,140,221); }
H1.HeaderClassName
{
color: #168CDD;
}
.AnyTagClassName
{
color: #168CDD;
}
</style>
background-color css
<style>
a { background-color: #168CDD; }
a { background-color: rgb(22,140,221); }
div.DivClassName
{
background-color: #168CDD;
}
.BgClassName
{
background-color: #168CDD;
}
</style>
border-color css
<style>
span { border-color: #168CDD; }
span { border-color: rgb(22,140,221); }
td.TdClassName
{
border-color: #168CDD;
}
.TagClassName
{
border-color: #168CDD;
}
</style>