Shades of Dodger Blue #168ADF
Tints of Dodger Blue #168ADF
RGB
CMYK
RGB Variations
Color information
#168ADF (or 0x168ADF) is known color: Dodger Blue. HEX triplet: 16, 8A and DF. RGB value is (22,138,223). Sum of RGB (Red+Green+Blue) = 22+138+223=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #168ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ADF is #E97520. Grayscale: #707070. Windows color (decimal): -15299873 or 14649878. OLE color: 14649878.
HSL color Cylindrical-coordinate representation of color #168ADF: hue angle of 205.37º 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 #168ADF is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 138 | 223 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.13 |
| HSL | 205.37º | 0.82% | 0.48% | - |
| HSV(B) | 205.37º | 0.9% | 0.87% | - |
| XYZ | 22.74 | 23.68 | 73.18 | - |
| YUV | 113.01 | 190.07 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 223 | 0.90 | 0.38 | 0 | 0.13 | 205.37 | 0.82 | 0.48 |
| Hex | 16 | 8A | DF | 5A | 26 | 0 | D | CD | 52 | 30 |
| Octal | 26 | 212 | 337 | 132 | 46 | 0 | 15 | 315 | 122 | 60 |
| Binary | 10110 | 10001010 | 11011111 | 1011010 | 100110 | 0 | 1101 | 11001101 | 1010010 | 110000 |
Color Harmonies of #168ADF
Complementary color
Monochromatic Colors of #168ADF
Black with #168ADF
Text Example
Text Example
White with #168ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ADF; }
p { color: rgb(22,138,223); }
H1.HeaderClassName
{
color: #168ADF;
}
.AnyTagClassName
{
color: #168ADF;
}
</style>
background-color css
<style>
a { background-color: #168ADF; }
a { background-color: rgb(22,138,223); }
div.DivClassName
{
background-color: #168ADF;
}
.BgClassName
{
background-color: #168ADF;
}
</style>
border-color css
<style>
span { border-color: #168ADF; }
span { border-color: rgb(22,138,223); }
td.TdClassName
{
border-color: #168ADF;
}
.TagClassName
{
border-color: #168ADF;
}
</style>