Shades of Dodger Blue #168FFA
Tints of Dodger Blue #168FFA
RGB
CMYK
RGB Variations
Color information
#168FFA (or 0x168FFA) is known color: Dodger Blue. HEX triplet: 16, 8F and FA. RGB value is (22,143,250). Sum of RGB (Red+Green+Blue) = 22+143+250=415 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.30% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #168FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168FFA is #E97005. Grayscale: #767676. Windows color (decimal): -15298566 or 16420630. OLE color: 16420630.
HSL color Cylindrical-coordinate representation of color #168FFA: hue angle of 208.16º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168FFA is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 143 | 250 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.02 |
| HSL | 208.16º | 0.96% | 0.53% | - |
| HSV(B) | 208.16º | 0.91% | 0.98% | - |
| XYZ | 27.41 | 26.72 | 94.15 | - |
| YUV | 119.02 | 201.91 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 250 | 0.91 | 0.43 | 0 | 0.02 | 208.16 | 0.96 | 0.53 |
| Hex | 16 | 8F | FA | 5B | 2B | 0 | 2 | D0 | 60 | 35 |
| Octal | 26 | 217 | 372 | 133 | 53 | 0 | 2 | 320 | 140 | 65 |
| Binary | 10110 | 10001111 | 11111010 | 1011011 | 101011 | 0 | 10 | 11010000 | 1100000 | 110101 |
Color Harmonies of #168FFA
Complementary color
Monochromatic Colors of #168FFA
Black with #168FFA
Text Example
Text Example
White with #168FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FFA; }
p { color: rgb(22,143,250); }
H1.HeaderClassName
{
color: #168FFA;
}
.AnyTagClassName
{
color: #168FFA;
}
</style>
background-color css
<style>
a { background-color: #168FFA; }
a { background-color: rgb(22,143,250); }
div.DivClassName
{
background-color: #168FFA;
}
.BgClassName
{
background-color: #168FFA;
}
</style>
border-color css
<style>
span { border-color: #168FFA; }
span { border-color: rgb(22,143,250); }
td.TdClassName
{
border-color: #168FFA;
}
.TagClassName
{
border-color: #168FFA;
}
</style>