Shades of Dodger Blue #168BFF
Tints of Dodger Blue #168BFF
RGB
CMYK
RGB Variations
Color information
#168BFF (or 0x168BFF) is known color: Dodger Blue. HEX triplet: 16, 8B and FF. RGB value is (22,139,255). Sum of RGB (Red+Green+Blue) = 22+139+255=416 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.29% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #168BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BFF is #E97400. Grayscale: #747474. Windows color (decimal): -15299585 or 16747286. OLE color: 16747286.
HSL color Cylindrical-coordinate representation of color #168BFF: hue angle of 209.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168BFF is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 139 | 255 | - |
| CMYK | 0.91 | 0.45 | 0 | 0 |
| HSL | 209.87º | 1% | 0.54% | - |
| HSV(B) | 209.87º | 0.91% | 1% | - |
| XYZ | 27.61 | 25.86 | 98.14 | - |
| YUV | 117.24 | 205.74 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 255 | 0.91 | 0.45 | 0 | 0 | 209.87 | 1 | 0.54 |
| Hex | 16 | 8B | FF | 5B | 2D | 0 | 0 | D2 | 64 | 36 |
| Octal | 26 | 213 | 377 | 133 | 55 | 0 | 0 | 322 | 144 | 66 |
| Binary | 10110 | 10001011 | 11111111 | 1011011 | 101101 | 0 | 0 | 11010010 | 1100100 | 110110 |
Color Harmonies of #168BFF
Complementary color
Monochromatic Colors of #168BFF
Black with #168BFF
Text Example
Text Example
White with #168BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BFF; }
p { color: rgb(22,139,255); }
H1.HeaderClassName
{
color: #168BFF;
}
.AnyTagClassName
{
color: #168BFF;
}
</style>
background-color css
<style>
a { background-color: #168BFF; }
a { background-color: rgb(22,139,255); }
div.DivClassName
{
background-color: #168BFF;
}
.BgClassName
{
background-color: #168BFF;
}
</style>
border-color css
<style>
span { border-color: #168BFF; }
span { border-color: rgb(22,139,255); }
td.TdClassName
{
border-color: #168BFF;
}
.TagClassName
{
border-color: #168BFF;
}
</style>