Shades of Dodger Blue #168BFD
Tints of Dodger Blue #168BFD
RGB
CMYK
RGB Variations
Color information
#168BFD (or 0x168BFD) is known color: Dodger Blue. HEX triplet: 16, 8B and FD. RGB value is (22,139,253). Sum of RGB (Red+Green+Blue) = 22+139+253=414 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.31% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #168BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168BFD is #E97402. Grayscale: #747474. Windows color (decimal): -15299587 or 16616214. OLE color: 16616214.
HSL color Cylindrical-coordinate representation of color #168BFD: hue angle of 209.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168BFD is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 139 | 253 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.01 |
| HSL | 209.61º | 0.98% | 0.54% | - |
| HSV(B) | 209.61º | 0.91% | 0.99% | - |
| XYZ | 27.29 | 25.73 | 96.46 | - |
| YUV | 117.01 | 204.74 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 253 | 0.91 | 0.45 | 0 | 0.01 | 209.61 | 0.98 | 0.54 |
| Hex | 16 | 8B | FD | 5B | 2D | 0 | 1 | D2 | 62 | 36 |
| Octal | 26 | 213 | 375 | 133 | 55 | 0 | 1 | 322 | 142 | 66 |
| Binary | 10110 | 10001011 | 11111101 | 1011011 | 101101 | 0 | 1 | 11010010 | 1100010 | 110110 |
Color Harmonies of #168BFD
Complementary color
Monochromatic Colors of #168BFD
Black with #168BFD
Text Example
Text Example
White with #168BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168BFD; }
p { color: rgb(22,139,253); }
H1.HeaderClassName
{
color: #168BFD;
}
.AnyTagClassName
{
color: #168BFD;
}
</style>
background-color css
<style>
a { background-color: #168BFD; }
a { background-color: rgb(22,139,253); }
div.DivClassName
{
background-color: #168BFD;
}
.BgClassName
{
background-color: #168BFD;
}
</style>
border-color css
<style>
span { border-color: #168BFD; }
span { border-color: rgb(22,139,253); }
td.TdClassName
{
border-color: #168BFD;
}
.TagClassName
{
border-color: #168BFD;
}
</style>