Shades of Dodger Blue #168DF0
Tints of Dodger Blue #168DF0
RGB
CMYK
RGB Variations
Color information
#168DF0 (or 0x168DF0) is known color: Dodger Blue. HEX triplet: 16, 8D and F0. RGB value is (22,141,240). Sum of RGB (Red+Green+Blue) = 22+141+240=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #168DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168DF0 is #E9720F. Grayscale: #747474. Windows color (decimal): -15299088 or 15764758. OLE color: 15764758.
HSL color Cylindrical-coordinate representation of color #168DF0: hue angle of 207.25º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168DF0 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 141 | 240 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.06 |
| HSL | 207.25º | 0.88% | 0.51% | - |
| HSV(B) | 207.25º | 0.91% | 0.94% | - |
| XYZ | 25.58 | 25.51 | 86.01 | - |
| YUV | 116.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 240 | 0.91 | 0.41 | 0 | 0.06 | 207.25 | 0.88 | 0.51 |
| Hex | 16 | 8D | F0 | 5B | 29 | 0 | 6 | CF | 58 | 33 |
| Octal | 26 | 215 | 360 | 133 | 51 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10110 | 10001101 | 11110000 | 1011011 | 101001 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #168DF0
Complementary color
Monochromatic Colors of #168DF0
Black with #168DF0
Text Example
Text Example
White with #168DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DF0; }
p { color: rgb(22,141,240); }
H1.HeaderClassName
{
color: #168DF0;
}
.AnyTagClassName
{
color: #168DF0;
}
</style>
background-color css
<style>
a { background-color: #168DF0; }
a { background-color: rgb(22,141,240); }
div.DivClassName
{
background-color: #168DF0;
}
.BgClassName
{
background-color: #168DF0;
}
</style>
border-color css
<style>
span { border-color: #168DF0; }
span { border-color: rgb(22,141,240); }
td.TdClassName
{
border-color: #168DF0;
}
.TagClassName
{
border-color: #168DF0;
}
</style>