Shades of Dodger Blue #168AFF
Tints of Dodger Blue #168AFF
RGB
CMYK
RGB Variations
Color information
#168AFF (or 0x168AFF) is known color: Dodger Blue. HEX triplet: 16, 8A and FF. RGB value is (22,138,255). Sum of RGB (Red+Green+Blue) = 22+138+255=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #168AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AFF is #E97500. Grayscale: #747474. Windows color (decimal): -15299841 or 16747030. OLE color: 16747030.
HSL color Cylindrical-coordinate representation of color #168AFF: hue angle of 210.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168AFF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 138 | 255 | - |
| CMYK | 0.91 | 0.46 | 0 | 0 |
| HSL | 210.13º | 1% | 0.54% | - |
| HSV(B) | 210.13º | 0.91% | 1% | - |
| XYZ | 27.47 | 25.57 | 98.09 | - |
| YUV | 116.65 | 206.07 | 60.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 255 | 0.91 | 0.46 | 0 | 0 | 210.13 | 1 | 0.54 |
| Hex | 16 | 8A | FF | 5B | 2E | 0 | 0 | D2 | 64 | 36 |
| Octal | 26 | 212 | 377 | 133 | 56 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10110 | 10001010 | 11111111 | 1011011 | 101110 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #168AFF
Complementary color
Monochromatic Colors of #168AFF
Black with #168AFF
Text Example
Text Example
White with #168AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AFF; }
p { color: rgb(22,138,255); }
H1.HeaderClassName
{
color: #168AFF;
}
.AnyTagClassName
{
color: #168AFF;
}
</style>
background-color css
<style>
a { background-color: #168AFF; }
a { background-color: rgb(22,138,255); }
div.DivClassName
{
background-color: #168AFF;
}
.BgClassName
{
background-color: #168AFF;
}
</style>
border-color css
<style>
span { border-color: #168AFF; }
span { border-color: rgb(22,138,255); }
td.TdClassName
{
border-color: #168AFF;
}
.TagClassName
{
border-color: #168AFF;
}
</style>