Shades of Dodger Blue #168EF4
Tints of Dodger Blue #168EF4
RGB
CMYK
RGB Variations
Color information
#168EF4 (or 0x168EF4) is known color: Dodger Blue. HEX triplet: 16, 8E and F4. RGB value is (22,142,244). Sum of RGB (Red+Green+Blue) = 22+142+244=408 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.39% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 244 (95.70% from 255 or 59.80% from 408); Max value from RGB is 244 - color contains mainly: blue. Hex color #168EF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168EF4 is #E9710B. Grayscale: #757575. Windows color (decimal): -15298828 or 16027158. OLE color: 16027158.
HSL color Cylindrical-coordinate representation of color #168EF4: hue angle of 207.57º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168EF4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 142 | 244 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.04 |
| HSL | 207.57º | 0.91% | 0.52% | - |
| HSV(B) | 207.57º | 0.91% | 0.96% | - |
| XYZ | 26.33 | 26.05 | 89.23 | - |
| YUV | 117.75 | 199.24 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 244 | 0.91 | 0.42 | 0 | 0.04 | 207.57 | 0.91 | 0.52 |
| Hex | 16 | 8E | F4 | 5B | 2A | 0 | 4 | D0 | 5B | 34 |
| Octal | 26 | 216 | 364 | 133 | 52 | 0 | 4 | 320 | 133 | 64 |
| Binary | 10110 | 10001110 | 11110100 | 1011011 | 101010 | 0 | 100 | 11010000 | 1011011 | 110100 |
Color Harmonies of #168EF4
Complementary color
Monochromatic Colors of #168EF4
Black with #168EF4
Text Example
Text Example
White with #168EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EF4; }
p { color: rgb(22,142,244); }
H1.HeaderClassName
{
color: #168EF4;
}
.AnyTagClassName
{
color: #168EF4;
}
</style>
background-color css
<style>
a { background-color: #168EF4; }
a { background-color: rgb(22,142,244); }
div.DivClassName
{
background-color: #168EF4;
}
.BgClassName
{
background-color: #168EF4;
}
</style>
border-color css
<style>
span { border-color: #168EF4; }
span { border-color: rgb(22,142,244); }
td.TdClassName
{
border-color: #168EF4;
}
.TagClassName
{
border-color: #168EF4;
}
</style>