Shades of Dodger Blue #166BF2
Tints of Dodger Blue #166BF2
RGB
CMYK
RGB Variations
Color information
#166BF2 (or 0x166BF2) is known color: Dodger Blue. HEX triplet: 16, 6B and F2. RGB value is (22,107,242). Sum of RGB (Red+Green+Blue) = 22+107+242=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 242 (94.92% from 255 or 65.23% from 371); Max value from RGB is 242 - color contains mainly: blue. Hex color #166BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166BF2 is #E9940D. Grayscale: #606060. Windows color (decimal): -15307790 or 15887126. OLE color: 15887126.
HSL color Cylindrical-coordinate representation of color #166BF2: hue angle of 216.82º degrees, saturation: 0.89, 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 #166BF2 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 107 | 242 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.05 |
| HSL | 216.82º | 0.89% | 0.52% | - |
| HSV(B) | 216.82º | 0.91% | 0.95% | - |
| XYZ | 21.62 | 17.1 | 86.17 | - |
| YUV | 96.98 | 209.84 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 242 | 0.91 | 0.56 | 0 | 0.05 | 216.82 | 0.89 | 0.52 |
| Hex | 16 | 6B | F2 | 5B | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 26 | 153 | 362 | 133 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 10110 | 1101011 | 11110010 | 1011011 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #166BF2
Complementary color
Monochromatic Colors of #166BF2
Black with #166BF2
Text Example
Text Example
White with #166BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BF2; }
p { color: rgb(22,107,242); }
H1.HeaderClassName
{
color: #166BF2;
}
.AnyTagClassName
{
color: #166BF2;
}
</style>
background-color css
<style>
a { background-color: #166BF2; }
a { background-color: rgb(22,107,242); }
div.DivClassName
{
background-color: #166BF2;
}
.BgClassName
{
background-color: #166BF2;
}
</style>
border-color css
<style>
span { border-color: #166BF2; }
span { border-color: rgb(22,107,242); }
td.TdClassName
{
border-color: #166BF2;
}
.TagClassName
{
border-color: #166BF2;
}
</style>