Shades of Dodger Blue #168EEB
Tints of Dodger Blue #168EEB
RGB
CMYK
RGB Variations
Color information
#168EEB (or 0x168EEB) is known color: Dodger Blue. HEX triplet: 16, 8E and EB. RGB value is (22,142,235). Sum of RGB (Red+Green+Blue) = 22+142+235=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #168EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168EEB is #E97114. Grayscale: #747474. Windows color (decimal): -15298837 or 15437334. OLE color: 15437334.
HSL color Cylindrical-coordinate representation of color #168EEB: hue angle of 206.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168EEB is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 142 | 235 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.08 |
| HSL | 206.2º | 0.84% | 0.5% | - |
| HSV(B) | 206.2º | 0.91% | 0.92% | - |
| XYZ | 25 | 25.51 | 82.2 | - |
| YUV | 116.72 | 194.74 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 235 | 0.91 | 0.40 | 0 | 0.08 | 206.2 | 0.84 | 0.5 |
| Hex | 16 | 8E | EB | 5B | 28 | 0 | 8 | CE | 54 | 32 |
| Octal | 26 | 216 | 353 | 133 | 50 | 0 | 10 | 316 | 124 | 62 |
| Binary | 10110 | 10001110 | 11101011 | 1011011 | 101000 | 0 | 1000 | 11001110 | 1010100 | 110010 |
Color Harmonies of #168EEB
Complementary color
Monochromatic Colors of #168EEB
Black with #168EEB
Text Example
Text Example
White with #168EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168EEB; }
p { color: rgb(22,142,235); }
H1.HeaderClassName
{
color: #168EEB;
}
.AnyTagClassName
{
color: #168EEB;
}
</style>
background-color css
<style>
a { background-color: #168EEB; }
a { background-color: rgb(22,142,235); }
div.DivClassName
{
background-color: #168EEB;
}
.BgClassName
{
background-color: #168EEB;
}
</style>
border-color css
<style>
span { border-color: #168EEB; }
span { border-color: rgb(22,142,235); }
td.TdClassName
{
border-color: #168EEB;
}
.TagClassName
{
border-color: #168EEB;
}
</style>