Shades of Dodger Blue #146DFB
Tints of Dodger Blue #146DFB
RGB
CMYK
RGB Variations
Color information
#146DFB (or 0x146DFB) is known color: Dodger Blue. HEX triplet: 14, 6D and FB. RGB value is (20,109,251). Sum of RGB (Red+Green+Blue) = 20+109+251=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 251 (98.44% from 255 or 66.05% from 380); Max value from RGB is 251 - color contains mainly: blue. Hex color #146DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #146DFB is #EB9204. Grayscale: #616161. Windows color (decimal): -15438341 or 16477460. OLE color: 16477460.
HSL color Cylindrical-coordinate representation of color #146DFB: hue angle of 216.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146DFB is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 109 | 251 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.02 |
| HSL | 216.88º | 0.97% | 0.53% | - |
| HSV(B) | 216.88º | 0.92% | 0.98% | - |
| XYZ | 23.17 | 18.05 | 93.53 | - |
| YUV | 98.58 | 214.01 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 251 | 0.92 | 0.57 | 0 | 0.02 | 216.88 | 0.97 | 0.53 |
| Hex | 14 | 6D | FB | 5C | 39 | 0 | 2 | D9 | 61 | 35 |
| Octal | 24 | 155 | 373 | 134 | 71 | 0 | 2 | 331 | 141 | 65 |
| Binary | 10100 | 1101101 | 11111011 | 1011100 | 111001 | 0 | 10 | 11011001 | 1100001 | 110101 |
Color Harmonies of #146DFB
Complementary color
Monochromatic Colors of #146DFB
Black with #146DFB
Text Example
Text Example
White with #146DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DFB; }
p { color: rgb(20,109,251); }
H1.HeaderClassName
{
color: #146DFB;
}
.AnyTagClassName
{
color: #146DFB;
}
</style>
background-color css
<style>
a { background-color: #146DFB; }
a { background-color: rgb(20,109,251); }
div.DivClassName
{
background-color: #146DFB;
}
.BgClassName
{
background-color: #146DFB;
}
</style>
border-color css
<style>
span { border-color: #146DFB; }
span { border-color: rgb(20,109,251); }
td.TdClassName
{
border-color: #146DFB;
}
.TagClassName
{
border-color: #146DFB;
}
</style>