Shades of Dodger Blue #168BDB
Tints of Dodger Blue #168BDB
RGB
CMYK
RGB Variations
Color information
#168BDB (or 0x168BDB) is known color: Dodger Blue. HEX triplet: 16, 8B and DB. RGB value is (22,139,219). Sum of RGB (Red+Green+Blue) = 22+139+219=380 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.79% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #168BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BDB is #E97424. Grayscale: #707070. Windows color (decimal): -15299621 or 14387990. OLE color: 14387990.
HSL color Cylindrical-coordinate representation of color #168BDB: hue angle of 204.37º 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 #168BDB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 139 | 219 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.14 |
| HSL | 204.37º | 0.82% | 0.47% | - |
| HSV(B) | 204.37º | 0.9% | 0.86% | - |
| XYZ | 22.35 | 23.75 | 70.42 | - |
| YUV | 113.14 | 187.74 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 219 | 0.90 | 0.37 | 0 | 0.14 | 204.37 | 0.82 | 0.47 |
| Hex | 16 | 8B | DB | 5A | 25 | 0 | E | CC | 52 | 2F |
| Octal | 26 | 213 | 333 | 132 | 45 | 0 | 16 | 314 | 122 | 57 |
| Binary | 10110 | 10001011 | 11011011 | 1011010 | 100101 | 0 | 1110 | 11001100 | 1010010 | 101111 |
Color Harmonies of #168BDB
Complementary color
Monochromatic Colors of #168BDB
Black with #168BDB
Text Example
Text Example
White with #168BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BDB; }
p { color: rgb(22,139,219); }
H1.HeaderClassName
{
color: #168BDB;
}
.AnyTagClassName
{
color: #168BDB;
}
</style>
background-color css
<style>
a { background-color: #168BDB; }
a { background-color: rgb(22,139,219); }
div.DivClassName
{
background-color: #168BDB;
}
.BgClassName
{
background-color: #168BDB;
}
</style>
border-color css
<style>
span { border-color: #168BDB; }
span { border-color: rgb(22,139,219); }
td.TdClassName
{
border-color: #168BDB;
}
.TagClassName
{
border-color: #168BDB;
}
</style>