Shades of Dodger Blue #168AEC
Tints of Dodger Blue #168AEC
RGB
CMYK
RGB Variations
Color information
#168AEC (or 0x168AEC) is known color: Dodger Blue. HEX triplet: 16, 8A and EC. RGB value is (22,138,236). Sum of RGB (Red+Green+Blue) = 22+138+236=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #168AEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AEC is #E97513. Grayscale: #717171. Windows color (decimal): -15299860 or 15501846. OLE color: 15501846.
HSL color Cylindrical-coordinate representation of color #168AEC: hue angle of 207.48º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168AEC is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 138 | 236 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.07 |
| HSL | 207.48º | 0.85% | 0.51% | - |
| HSV(B) | 207.48º | 0.91% | 0.93% | - |
| XYZ | 24.56 | 24.4 | 82.77 | - |
| YUV | 114.49 | 196.57 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 236 | 0.91 | 0.42 | 0 | 0.07 | 207.48 | 0.85 | 0.51 |
| Hex | 16 | 8A | EC | 5B | 2A | 0 | 7 | CF | 55 | 33 |
| Octal | 26 | 212 | 354 | 133 | 52 | 0 | 7 | 317 | 125 | 63 |
| Binary | 10110 | 10001010 | 11101100 | 1011011 | 101010 | 0 | 111 | 11001111 | 1010101 | 110011 |
Color Harmonies of #168AEC
Complementary color
Monochromatic Colors of #168AEC
Black with #168AEC
Text Example
Text Example
White with #168AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AEC; }
p { color: rgb(22,138,236); }
H1.HeaderClassName
{
color: #168AEC;
}
.AnyTagClassName
{
color: #168AEC;
}
</style>
background-color css
<style>
a { background-color: #168AEC; }
a { background-color: rgb(22,138,236); }
div.DivClassName
{
background-color: #168AEC;
}
.BgClassName
{
background-color: #168AEC;
}
</style>
border-color css
<style>
span { border-color: #168AEC; }
span { border-color: rgb(22,138,236); }
td.TdClassName
{
border-color: #168AEC;
}
.TagClassName
{
border-color: #168AEC;
}
</style>