Shades of Dodger Blue #168BEB
Tints of Dodger Blue #168BEB
RGB
CMYK
RGB Variations
Color information
#168BEB (or 0x168BEB) is known color: Dodger Blue. HEX triplet: 16, 8B and EB. RGB value is (22,139,235). Sum of RGB (Red+Green+Blue) = 22+139+235=396 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.56% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #168BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BEB is #E97414. Grayscale: #727272. Windows color (decimal): -15299605 or 15436566. OLE color: 15436566.
HSL color Cylindrical-coordinate representation of color #168BEB: hue angle of 207.04º 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 #168BEB is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 139 | 235 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.08 |
| HSL | 207.04º | 0.84% | 0.5% | - |
| HSV(B) | 207.04º | 0.91% | 0.92% | - |
| XYZ | 24.56 | 24.63 | 82.06 | - |
| YUV | 114.96 | 195.74 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 235 | 0.91 | 0.41 | 0 | 0.08 | 207.04 | 0.84 | 0.5 |
| Hex | 16 | 8B | EB | 5B | 29 | 0 | 8 | CF | 54 | 32 |
| Octal | 26 | 213 | 353 | 133 | 51 | 0 | 10 | 317 | 124 | 62 |
| Binary | 10110 | 10001011 | 11101011 | 1011011 | 101001 | 0 | 1000 | 11001111 | 1010100 | 110010 |
Color Harmonies of #168BEB
Complementary color
Monochromatic Colors of #168BEB
Black with #168BEB
Text Example
Text Example
White with #168BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BEB; }
p { color: rgb(22,139,235); }
H1.HeaderClassName
{
color: #168BEB;
}
.AnyTagClassName
{
color: #168BEB;
}
</style>
background-color css
<style>
a { background-color: #168BEB; }
a { background-color: rgb(22,139,235); }
div.DivClassName
{
background-color: #168BEB;
}
.BgClassName
{
background-color: #168BEB;
}
</style>
border-color css
<style>
span { border-color: #168BEB; }
span { border-color: rgb(22,139,235); }
td.TdClassName
{
border-color: #168BEB;
}
.TagClassName
{
border-color: #168BEB;
}
</style>