Shades of Dodger Blue #168EF0
Tints of Dodger Blue #168EF0
RGB
CMYK
RGB Variations
Color information
#168EF0 (or 0x168EF0) is known color: Dodger Blue. HEX triplet: 16, 8E and F0. RGB value is (22,142,240). Sum of RGB (Red+Green+Blue) = 22+142+240=404 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.45% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #168EF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168EF0 is #E9710F. Grayscale: #747474. Windows color (decimal): -15298832 or 15765014. OLE color: 15765014.
HSL color Cylindrical-coordinate representation of color #168EF0: hue angle of 206.97º 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 #168EF0 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 142 | 240 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.06 |
| HSL | 206.97º | 0.88% | 0.51% | - |
| HSV(B) | 206.97º | 0.91% | 0.94% | - |
| XYZ | 25.73 | 25.81 | 86.06 | - |
| YUV | 117.29 | 197.24 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 240 | 0.91 | 0.41 | 0 | 0.06 | 206.97 | 0.88 | 0.51 |
| Hex | 16 | 8E | F0 | 5B | 29 | 0 | 6 | CF | 58 | 33 |
| Octal | 26 | 216 | 360 | 133 | 51 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10110 | 10001110 | 11110000 | 1011011 | 101001 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #168EF0
Complementary color
Monochromatic Colors of #168EF0
Black with #168EF0
Text Example
Text Example
White with #168EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EF0; }
p { color: rgb(22,142,240); }
H1.HeaderClassName
{
color: #168EF0;
}
.AnyTagClassName
{
color: #168EF0;
}
</style>
background-color css
<style>
a { background-color: #168EF0; }
a { background-color: rgb(22,142,240); }
div.DivClassName
{
background-color: #168EF0;
}
.BgClassName
{
background-color: #168EF0;
}
</style>
border-color css
<style>
span { border-color: #168EF0; }
span { border-color: rgb(22,142,240); }
td.TdClassName
{
border-color: #168EF0;
}
.TagClassName
{
border-color: #168EF0;
}
</style>