Shades of Dodger Blue #168AF3
Tints of Dodger Blue #168AF3
RGB
CMYK
RGB Variations
Color information
#168AF3 (or 0x168AF3) is known color: Dodger Blue. HEX triplet: 16, 8A and F3. RGB value is (22,138,243). Sum of RGB (Red+Green+Blue) = 22+138+243=403 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.46% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 243 (95.31% from 255 or 60.30% from 403); Max value from RGB is 243 - color contains mainly: blue. Hex color #168AF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168AF3 is #E9750C. Grayscale: #727272. Windows color (decimal): -15299853 or 15960598. OLE color: 15960598.
HSL color Cylindrical-coordinate representation of color #168AF3: hue angle of 208.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168AF3 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 138 | 243 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.05 |
| HSL | 208.51º | 0.9% | 0.52% | - |
| HSV(B) | 208.51º | 0.91% | 0.95% | - |
| XYZ | 25.6 | 24.82 | 88.24 | - |
| YUV | 115.29 | 200.07 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 243 | 0.91 | 0.43 | 0 | 0.05 | 208.51 | 0.9 | 0.52 |
| Hex | 16 | 8A | F3 | 5B | 2B | 0 | 5 | D1 | 5A | 34 |
| Octal | 26 | 212 | 363 | 133 | 53 | 0 | 5 | 321 | 132 | 64 |
| Binary | 10110 | 10001010 | 11110011 | 1011011 | 101011 | 0 | 101 | 11010001 | 1011010 | 110100 |
Color Harmonies of #168AF3
Complementary color
Monochromatic Colors of #168AF3
Black with #168AF3
Text Example
Text Example
White with #168AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168AF3; }
p { color: rgb(22,138,243); }
H1.HeaderClassName
{
color: #168AF3;
}
.AnyTagClassName
{
color: #168AF3;
}
</style>
background-color css
<style>
a { background-color: #168AF3; }
a { background-color: rgb(22,138,243); }
div.DivClassName
{
background-color: #168AF3;
}
.BgClassName
{
background-color: #168AF3;
}
</style>
border-color css
<style>
span { border-color: #168AF3; }
span { border-color: rgb(22,138,243); }
td.TdClassName
{
border-color: #168AF3;
}
.TagClassName
{
border-color: #168AF3;
}
</style>