Shades of Dodger Blue #169FFB
Tints of Dodger Blue #169FFB
RGB
CMYK
RGB Variations
Color information
#169FFB (or 0x169FFB) is known color: Dodger Blue. HEX triplet: 16, 9F and FB. RGB value is (22,159,251). Sum of RGB (Red+Green+Blue) = 22+159+251=432 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.09% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #169FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #169FFB is #E96004. Grayscale: #808080. Windows color (decimal): -15294469 or 16490262. OLE color: 16490262.
HSL color Cylindrical-coordinate representation of color #169FFB: hue angle of 204.1º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #169FFB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 159 | 251 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.02 |
| HSL | 204.1º | 0.97% | 0.54% | - |
| HSV(B) | 204.1º | 0.91% | 0.98% | - |
| XYZ | 30.14 | 31.93 | 95.84 | - |
| YUV | 128.53 | 197.11 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 159 | 251 | 0.91 | 0.37 | 0 | 0.02 | 204.1 | 0.97 | 0.54 |
| Hex | 16 | 9F | FB | 5B | 25 | 0 | 2 | CC | 61 | 36 |
| Octal | 26 | 237 | 373 | 133 | 45 | 0 | 2 | 314 | 141 | 66 |
| Binary | 10110 | 10011111 | 11111011 | 1011011 | 100101 | 0 | 10 | 11001100 | 1100001 | 110110 |
Color Harmonies of #169FFB
Complementary color
Monochromatic Colors of #169FFB
Black with #169FFB
Text Example
Text Example
White with #169FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169FFB; }
p { color: rgb(22,159,251); }
H1.HeaderClassName
{
color: #169FFB;
}
.AnyTagClassName
{
color: #169FFB;
}
</style>
background-color css
<style>
a { background-color: #169FFB; }
a { background-color: rgb(22,159,251); }
div.DivClassName
{
background-color: #169FFB;
}
.BgClassName
{
background-color: #169FFB;
}
</style>
border-color css
<style>
span { border-color: #169FFB; }
span { border-color: rgb(22,159,251); }
td.TdClassName
{
border-color: #169FFB;
}
.TagClassName
{
border-color: #169FFB;
}
</style>