Shades of Dodger Blue #168CF6
Tints of Dodger Blue #168CF6
RGB
CMYK
RGB Variations
Color information
#168CF6 (or 0x168CF6) is known color: Dodger Blue. HEX triplet: 16, 8C and F6. RGB value is (22,140,246). Sum of RGB (Red+Green+Blue) = 22+140+246=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 246 (96.48% from 255 or 60.29% from 408); Max value from RGB is 246 - color contains mainly: blue. Hex color #168CF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168CF6 is #E97309. Grayscale: #747474. Windows color (decimal): -15299338 or 16157718. OLE color: 16157718.
HSL color Cylindrical-coordinate representation of color #168CF6: hue angle of 208.39º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168CF6 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 140 | 246 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.04 |
| HSL | 208.39º | 0.93% | 0.53% | - |
| HSV(B) | 208.39º | 0.91% | 0.96% | - |
| XYZ | 26.34 | 25.58 | 90.74 | - |
| YUV | 116.8 | 200.91 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 140 | 246 | 0.91 | 0.43 | 0 | 0.04 | 208.39 | 0.93 | 0.53 |
| Hex | 16 | 8C | F6 | 5B | 2B | 0 | 4 | D0 | 5D | 35 |
| Octal | 26 | 214 | 366 | 133 | 53 | 0 | 4 | 320 | 135 | 65 |
| Binary | 10110 | 10001100 | 11110110 | 1011011 | 101011 | 0 | 100 | 11010000 | 1011101 | 110101 |
Color Harmonies of #168CF6
Complementary color
Monochromatic Colors of #168CF6
Black with #168CF6
Text Example
Text Example
White with #168CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168CF6; }
p { color: rgb(22,140,246); }
H1.HeaderClassName
{
color: #168CF6;
}
.AnyTagClassName
{
color: #168CF6;
}
</style>
background-color css
<style>
a { background-color: #168CF6; }
a { background-color: rgb(22,140,246); }
div.DivClassName
{
background-color: #168CF6;
}
.BgClassName
{
background-color: #168CF6;
}
</style>
border-color css
<style>
span { border-color: #168CF6; }
span { border-color: rgb(22,140,246); }
td.TdClassName
{
border-color: #168CF6;
}
.TagClassName
{
border-color: #168CF6;
}
</style>