Shades of Dodger Blue #168FF0
Tints of Dodger Blue #168FF0
RGB
CMYK
RGB Variations
Color information
#168FF0 (or 0x168FF0) is known color: Dodger Blue. HEX triplet: 16, 8F and F0. RGB value is (22,143,240). Sum of RGB (Red+Green+Blue) = 22+143+240=405 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.43% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #168FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168FF0 is #E9700F. Grayscale: #757575. Windows color (decimal): -15298576 or 15765270. OLE color: 15765270.
HSL color Cylindrical-coordinate representation of color #168FF0: hue angle of 206.7º 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 #168FF0 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 143 | 240 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.06 |
| HSL | 206.7º | 0.88% | 0.51% | - |
| HSV(B) | 206.7º | 0.91% | 0.94% | - |
| XYZ | 25.88 | 26.11 | 86.11 | - |
| YUV | 117.88 | 196.91 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 240 | 0.91 | 0.40 | 0 | 0.06 | 206.7 | 0.88 | 0.51 |
| Hex | 16 | 8F | F0 | 5B | 28 | 0 | 6 | CF | 58 | 33 |
| Octal | 26 | 217 | 360 | 133 | 50 | 0 | 6 | 317 | 130 | 63 |
| Binary | 10110 | 10001111 | 11110000 | 1011011 | 101000 | 0 | 110 | 11001111 | 1011000 | 110011 |
Color Harmonies of #168FF0
Complementary color
Monochromatic Colors of #168FF0
Black with #168FF0
Text Example
Text Example
White with #168FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FF0; }
p { color: rgb(22,143,240); }
H1.HeaderClassName
{
color: #168FF0;
}
.AnyTagClassName
{
color: #168FF0;
}
</style>
background-color css
<style>
a { background-color: #168FF0; }
a { background-color: rgb(22,143,240); }
div.DivClassName
{
background-color: #168FF0;
}
.BgClassName
{
background-color: #168FF0;
}
</style>
border-color css
<style>
span { border-color: #168FF0; }
span { border-color: rgb(22,143,240); }
td.TdClassName
{
border-color: #168FF0;
}
.TagClassName
{
border-color: #168FF0;
}
</style>