Shades of Dodger Blue #168BEF
Tints of Dodger Blue #168BEF
RGB
CMYK
RGB Variations
Color information
#168BEF (or 0x168BEF) is known color: Dodger Blue. HEX triplet: 16, 8B and EF. RGB value is (22,139,239). Sum of RGB (Red+Green+Blue) = 22+139+239=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #168BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BEF is #E97410. Grayscale: #727272. Windows color (decimal): -15299601 or 15698710. OLE color: 15698710.
HSL color Cylindrical-coordinate representation of color #168BEF: hue angle of 207.65º degrees, saturation: 0.87, 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 #168BEF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 139 | 239 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.06 |
| HSL | 207.65º | 0.87% | 0.51% | - |
| HSV(B) | 207.65º | 0.91% | 0.94% | - |
| XYZ | 25.14 | 24.87 | 85.14 | - |
| YUV | 115.42 | 197.74 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 239 | 0.91 | 0.42 | 0 | 0.06 | 207.65 | 0.87 | 0.51 |
| Hex | 16 | 8B | EF | 5B | 2A | 0 | 6 | D0 | 57 | 33 |
| Octal | 26 | 213 | 357 | 133 | 52 | 0 | 6 | 320 | 127 | 63 |
| Binary | 10110 | 10001011 | 11101111 | 1011011 | 101010 | 0 | 110 | 11010000 | 1010111 | 110011 |
Color Harmonies of #168BEF
Complementary color
Monochromatic Colors of #168BEF
Black with #168BEF
Text Example
Text Example
White with #168BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BEF; }
p { color: rgb(22,139,239); }
H1.HeaderClassName
{
color: #168BEF;
}
.AnyTagClassName
{
color: #168BEF;
}
</style>
background-color css
<style>
a { background-color: #168BEF; }
a { background-color: rgb(22,139,239); }
div.DivClassName
{
background-color: #168BEF;
}
.BgClassName
{
background-color: #168BEF;
}
</style>
border-color css
<style>
span { border-color: #168BEF; }
span { border-color: rgb(22,139,239); }
td.TdClassName
{
border-color: #168BEF;
}
.TagClassName
{
border-color: #168BEF;
}
</style>