Shades of Dodger Blue #146DF6
Tints of Dodger Blue #146DF6
RGB
CMYK
RGB Variations
Color information
#146DF6 (or 0x146DF6) is known color: Dodger Blue. HEX triplet: 14, 6D and F6. RGB value is (20,109,246). Sum of RGB (Red+Green+Blue) = 20+109+246=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #146DF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DF6 is #EB9209. Grayscale: #616161. Windows color (decimal): -15438346 or 16149780. OLE color: 16149780.
HSL color Cylindrical-coordinate representation of color #146DF6: hue angle of 216.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146DF6 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 109 | 246 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.04 |
| HSL | 216.37º | 0.93% | 0.52% | - |
| HSV(B) | 216.37º | 0.92% | 0.96% | - |
| XYZ | 22.39 | 17.74 | 89.43 | - |
| YUV | 98.01 | 211.51 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 246 | 0.92 | 0.56 | 0 | 0.04 | 216.37 | 0.93 | 0.52 |
| Hex | 14 | 6D | F6 | 5C | 38 | 0 | 4 | D8 | 5D | 34 |
| Octal | 24 | 155 | 366 | 134 | 70 | 0 | 4 | 330 | 135 | 64 |
| Binary | 10100 | 1101101 | 11110110 | 1011100 | 111000 | 0 | 100 | 11011000 | 1011101 | 110100 |
Color Harmonies of #146DF6
Complementary color
Monochromatic Colors of #146DF6
Black with #146DF6
Text Example
Text Example
White with #146DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DF6; }
p { color: rgb(20,109,246); }
H1.HeaderClassName
{
color: #146DF6;
}
.AnyTagClassName
{
color: #146DF6;
}
</style>
background-color css
<style>
a { background-color: #146DF6; }
a { background-color: rgb(20,109,246); }
div.DivClassName
{
background-color: #146DF6;
}
.BgClassName
{
background-color: #146DF6;
}
</style>
border-color css
<style>
span { border-color: #146DF6; }
span { border-color: rgb(20,109,246); }
td.TdClassName
{
border-color: #146DF6;
}
.TagClassName
{
border-color: #146DF6;
}
</style>