Shades of Dodger Blue #168AFD
Tints of Dodger Blue #168AFD
RGB
CMYK
RGB Variations
Color information
#168AFD (or 0x168AFD) is known color: Dodger Blue. HEX triplet: 16, 8A and FD. RGB value is (22,138,253). Sum of RGB (Red+Green+Blue) = 22+138+253=413 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.33% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #168AFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AFD is #E97502. Grayscale: #737373. Windows color (decimal): -15299843 or 16615958. OLE color: 16615958.
HSL color Cylindrical-coordinate representation of color #168AFD: hue angle of 209.87º 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 #168AFD is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 138 | 253 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.01 |
| HSL | 209.87º | 0.98% | 0.54% | - |
| HSV(B) | 209.87º | 0.91% | 0.99% | - |
| XYZ | 27.15 | 25.44 | 96.41 | - |
| YUV | 116.43 | 205.07 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 253 | 0.91 | 0.45 | 0 | 0.01 | 209.87 | 0.98 | 0.54 |
| Hex | 16 | 8A | FD | 5B | 2D | 0 | 1 | D2 | 62 | 36 |
| Octal | 26 | 212 | 375 | 133 | 55 | 0 | 1 | 322 | 142 | 66 |
| Binary | 10110 | 10001010 | 11111101 | 1011011 | 101101 | 0 | 1 | 11010010 | 1100010 | 110110 |
Color Harmonies of #168AFD
Complementary color
Monochromatic Colors of #168AFD
Black with #168AFD
Text Example
Text Example
White with #168AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AFD; }
p { color: rgb(22,138,253); }
H1.HeaderClassName
{
color: #168AFD;
}
.AnyTagClassName
{
color: #168AFD;
}
</style>
background-color css
<style>
a { background-color: #168AFD; }
a { background-color: rgb(22,138,253); }
div.DivClassName
{
background-color: #168AFD;
}
.BgClassName
{
background-color: #168AFD;
}
</style>
border-color css
<style>
span { border-color: #168AFD; }
span { border-color: rgb(22,138,253); }
td.TdClassName
{
border-color: #168AFD;
}
.TagClassName
{
border-color: #168AFD;
}
</style>